JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Text Boxes & Inputs › Clear text from search input text control with button click? › Reply To: Clear text from search input text control with button click?
August 23, 2021 at 1:24 pm
#102143
YavorDashev
Member
Hi davout,
I have prepared a quick code snippet using the input-group element(https://www.htmlelements.com/demos/input-group/with-custom-elements/) for a base for the snippet:
<div class="input-group">
<smart-input class="form-control" placeholder="Recipient's username"></smart-input>
<div class="input-group-append">
<smart-button type="button">X</smart-button>
</div>
</div>
Let me know if that works for you!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/