Open vronchetti opened 6 years ago
@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:
But I will consider this in source level and provide the option for easy customization.
Thanks :)
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"