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 8d40650 commit 885f87fCopy full SHA for 885f87f
README.md
@@ -145,6 +145,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
145
| `typingTime` | Time before debounce and trigger `onChange` event | Number | `750` | |
146
| `type` | Type of spinner | String | `int` | Can be `int` or `real`/`float`... |
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` |
149
150
#### Screenshots
151
0 commit comments