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
I am trying to place the placeholder text to the extreme left instead of having it center aligned. I tried playing around with some of the props but unfortunately none of them worked.
Any idea on how we can do this?
The text was updated successfully, but these errors were encountered:
I needed this too, I solved it by making the Collapsed Margin the same width of the half the input, less the desired Expanded Margin.
The formula I used is (Half the window width) - (Container Margin Left + Expanded Margin). In my case the View that contains the SearchBox has a Horizontal margin of 15..
Hi there,
I am trying to place the placeholder text to the extreme left instead of having it center aligned. I tried playing around with some of the props but unfortunately none of them worked.
Any idea on how we can do this?
The text was updated successfully, but these errors were encountered: