You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
145
145
|`typingTime`| Time before debounce and trigger `onChange` event | Number |`750`||
146
146
|`type`| Type of spinner | String |`int`| Can be `int` or `real`/`float`... |
147
147
|`value`| Controlled value of the Spinner | String<br>Number |`0`||
148
-
|`formatter`| An optional function that is called to format the value for display | Function |`null`| Should return a `string`|
148
+
|`formatter`| An optional function that is called to format the value for display | Function |`null`| Should return a `string`. `editable` must be `false`.|
0 commit comments