json-forms
json-forms copied to clipboard
fix IE issue setting type to date
Hello folks! It looks like IE blows up when you try to set Element.type directly as an input type that is unsupported (such as "date"). This change forces it to update the input type even if it's technically unsupported.
See the stack trace below:
