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
Made maxLines property nullable and added assertions (#810)
* Made maxLines property nullable and added assertions
maxLines must be nullable to be able to expand vertically on user input
it also needs to be nullable to use the expands property without errors
* Fixed error cause by null operator
0 commit comments