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've noticed in the demos that the border box for a value does not resize to accommodate a number of more digits until the user clicks outside of the box. Pressing the "Enter" key has no effect. Is this intended behavior? Is there a clean fix? Thank you!
Type "1" and click Enter
Type "23" and click Enter, tooltip border does not resize
Click outside box, tooltip border resizes to fit "23"
The text was updated successfully, but these errors were encountered:
@vronchetti actually this needs to be fixed, when press enter key. But extending the textbox width on type, may vary based on application behavior, so that it was not considered in the source at the initial time.
However you can achieve your requirement in the application level like below:
I've noticed in the demos that the border box for a value does not resize to accommodate a number of more digits until the user clicks outside of the box. Pressing the "Enter" key has no effect. Is this intended behavior? Is there a clean fix? Thank you!
Type "1" and click Enter
Type "23" and click Enter, tooltip border does not resize
Click outside box, tooltip border resizes to fit "23"
The text was updated successfully, but these errors were encountered: