search_widget icon indicating copy to clipboard operation
search_widget copied to clipboard

Update MyTextField

Open rosbal opened this issue 5 years ago • 3 comments

Hi, Is there a way to show the selected value in the TextField, instead of clearing the TextField onItemSelected ?

rosbal avatar Mar 12 '20 12:03 rosbal

okay i will add a param related to it

apgapg avatar Mar 13 '20 05:03 apgapg

There are some issues here. Because the data type isnt string so the search widget is unknown about what field to show. If it were a string it would have been directly shown

apgapg avatar Mar 13 '20 05:03 apgapg

Came up with a workaround. I use the hintText to display the selected text which I conditionally style. Thanks for the plugin. :)

rosbal avatar Mar 13 '20 06:03 rosbal