Skip to content

Action on both side of input #3252

Apr 26, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Unfortunately, not yet. But, you can use labeled input container to achieve that.

<div class="ui right labeled input counter">
  <div class="ui label"><i class="minus icon"></i></div>
  <input type="text" placeholder="Amount" id="amount">
  <div class="ui label"><i class="plus icon"></i></div>
</div>

You might need to adjust to have cursor effect on your buttons using CSS:

.ui.counter.input .ui.label {
  cursor: pointer;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghabriel25
Comment options

Answer selected by ghabriel25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants