kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.2k stars 61 forks source link

Something wrong with number-field when set `format` false and increase value #425

Open winjeysong opened 2 months ago

winjeysong commented 2 months ago

Describe the bug Something wrong with number-field when set format false and increase value.

To Reproduce Online demo here: https://playground.solidjs.com/anonymous/a8651ad3-91a9-46d7-a4d3-4adb30676074 Reproduce steps:

  1. Set format false;
  2. Click IncrementTrigger;
  3. Increase value to 1000, the input control will be blank and restart from 0.

Expected behavior Increase value bigger than 1000, and not restart from 0.

Screenshots 2024-06-03 17 20 58

Desktop (please complete the following information):