Have a clear button on text/search fields
iqualfragile opened this issue · 3 comments
iqualfragile commented
at least optionally, maybe depending on user os.
its really comfortable to have those if you are using an os where you can select-and-middle-mouse-button to copy and paste.
gdotdesign commented
It has been added thanks to (eimfach) and will be available in the next release.
Usage:
input = Ui.Input.init "value" "placeholder"
inputWithClear = { input | showClearIcon = True }gdotdesign commented
Available in 0.4.3
iqualfragile commented
thanks for the work @eimfach & @gdotdesign