Handle Null/Undefined on Inputs
Currently when the input bound value on the usa-input
is undefined, the component changes the input bound parameter to the string "undefined".
The text input should handle an undefined | null
value and display an empty string in the html input, since html inputs will always return a string.
Helpful links:
Edited by Edward J Hunter