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
Hi @louisholley, yes you are right, but I don't think staticLabel should be used along with topFocused.. I will move the order for the left and top styles to have lower priority than labelStyles like:
in the docs for staticLabel it says:
"For changing the position of the label with this prop as true, use the customLabelStyles topFocused and leftFocused to adjust the wanted position"
but the implementation is like this:
so setting topFocused doesn't have any effect when using staticLabel={true}
The text was updated successfully, but these errors were encountered: