json-forms icon indicating copy to clipboard operation
json-forms copied to clipboard

fix IE issue setting type to date

Open fuhrysteve opened this issue 8 years ago • 0 comments

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:

selection_010

fuhrysteve avatar Sep 22 '17 15:09 fuhrysteve