We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bd255 commit c3bba02Copy full SHA for c3bba02
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+2.2.2
2
+--------------------------------------------------------------------------------
3
+* style={false} produces eslint warning so it is deprecated now. There is new `noStyle` boolean prop for that.
4
+* Fixes the case where string value reappears in input when mouse hovers over the up/down button after clicking away.
5
+* Document the `strict` prop.
6
+* A readOnly input is almost like disabled one now. The only difference is that you can copy the value.
7
+* Various small code improvements.
8
+
9
2.2.1
10
--------------------------------------------------------------------------------
11
* The input will now use "fontSize: inherit" style.
0 commit comments