KTextbox: Support a "clearable" prop to show a clear button #584
Labels
Component: KTextbox
DEV: frontend
good first issue
Self-contained, straightforward, low-complexity
help wanted
Open source contributors welcome
P2 - normal
Priority: Nice to have
Product
For now in Studio to achieve some specs for the Studio Usability Enhancements project.
Desired behavior
Add a "clear" button in the KTextbox component that only appears if there is non-empty text. When the user presses the clear button, the text should be deleted.
Vuetify currently supports this using a
clearable
prop on itsVTextField
, so we can replicate this prop name.The Value Add
We give the user an option to easily delete all the text they have written.
The text was updated successfully, but these errors were encountered: