Skip to content

Commit 885f87f

Browse files
committed
Updated README
1 parent 8d40650 commit 885f87f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
145145
| `typingTime` | Time before debounce and trigger `onChange` event | Number | `750` | |
146146
| `type` | Type of spinner | String | `int` | Can be `int` or `real`/`float`... |
147147
| `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` |
148149

149150
#### Screenshots
150151

0 commit comments

Comments
 (0)