solid-ui
solid-ui copied to clipboard
NumberFields IncrementTrigger avd DecrementTrigger are eating focus from the input
When clicking on increment/decrement buttons the focus state of the main input is lost and it causes flashing of the white focus ring, I sugest adding onMouseDown={(e) => e.preventDefault()} on those buttons