[X] Have you updated your dependencies? You might be using an old version of the library.
[X] Have you checked if someone already requested this feature? If they have, post a comment with your use case instead.
Description
When you want to add custom buttons to a <TextBox> via the buttons slot, you don't have access to the current value of the text box, which makes things like a reset button unreasonably difficult.
Alternative solutions
Maybe we should have a new default prop which enable a reset button?
Before you start...
Description
When you want to add custom buttons to a
<TextBox>
via thebuttons
slot, you don't have access to the current value of the text box, which makes things like a reset button unreasonably difficult.Alternative solutions
Maybe we should have a new
default
prop which enable a reset button?Relevant Assets
No response