Skip to content

Commit 9c6ec6a

Browse files
committed
React value attribute hack does not work under IE10
1 parent 22b1ecb commit 9c6ec6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_value-attr.scss

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// /!\ It doesn't get populate when ValidityState.badInput is true, see https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement:
77
// "If the user enters a value different from the value expected, this may return an empty string"
88
// See https://codepen.io/tkrotoff/pen/RLQQqo
9+
//
10+
// /!\ React + IE10: no value attribute
911

1012
// stylelint-disable no-descending-specificity
1113

0 commit comments

Comments
 (0)