You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, run the (updated) code sample, click search icon: the search text hint is not shown, immediately start typing and the list is filtered but the typed text is not shown. Click on the form or the search field, now the search text field is suddenly shown. Issue seen both on Simulator and iPhone 10Xr.
The text was updated successfully, but these errors were encountered:
codenameone
changed the title
SearchCommand in Toolbar no longer showing correctly
TextField Editing in Search Toolbar doesn't show hint or characters until explicitly focused
Nov 17, 2019
…fixed issue with native text editor not being sized correctly (and getting zero bounds) if editing begins before the textfield is added to the form. This fixes issue with search command not appearing until explicitly clicking on it. #2953
Issue creates as requested by Shai here https://stackoverflow.com/questions/58826735/searchcommand-in-toolbar-no-longer-showing-correctly.
To reproduce, run the (updated) code sample, click search icon: the search text hint is not shown, immediately start typing and the list is filtered but the typed text is not shown. Click on the form or the search field, now the search text field is suddenly shown. Issue seen both on Simulator and iPhone 10Xr.
The text was updated successfully, but these errors were encountered: