๐ - `min` is not working of `maskitoNumberOptionsGenerator`
rikusen0335 opened this issue ยท 2 comments
rikusen0335 commented
Which package(s) are the source of the bug?
@maskito/kit
Playground Link
https://stackblitz.com/edit/stackblitz-starters-vhktps?file=src%2FMaskitoInput.tsx
Description
After open stackblitz and do this:
Typeing lots of numbers inside input, and then backspace all won't limit to 500 which is constant MIN value I set.
max is working as I expect.
Maskito version
1.9.0
Which browsers have you used?
- Chrome
- Firefox
- Safari
- Edge
Additional Info: Chromium Edge, not old one
Which operating systems have you used?
- macOS
- Windows
- Linux
- iOS
- Android
nsbarsukov commented
Hello!
Read these comments to understand why
rikusen0335 commented
Got it, thank you!