manywho / ui-bootstrap

5 stars 3 forks source link

FLOW-702 - hintvalues breaking imput #113

Closed joshuacatlingdell closed 4 years ago

TomFullalove commented 4 years ago

I know before I said this was a missed case in ui-core's isNullOrUndefined function, but looking at it with Dalibor, that function is only meant to accept strings, and it was failing because it was given a number. The fix as to make sure it never got given a number to check.