Skip to content

input.type = 'number' throws exception in IE9#525

Open
rasteiner wants to merge 1 commit intoderbyjs:masterfrom
rasteiner:rasteiner-ie9-number-input
Open

input.type = 'number' throws exception in IE9#525
rasteiner wants to merge 1 commit intoderbyjs:masterfrom
rasteiner:rasteiner-ie9-number-input

Conversation

@rasteiner
Copy link

the line input.type = 'number' in IE9 and older throws an exception and therefore stops all javascript execution.
This patch doesn't fix "input type number" on those old browsers, but at least it doesn't blow up everything like it does now.

the line `input.type = 'number'` in IE9 and older throws an exception and therefore stops all javascript execution. 
This patch doesn't fix "input type number" on those old browsers, but at least it doesn't blow up everything like it does now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant