inputs
inputs copied to clipboard
Range + submit
As with text #9, we might want an explicit submit option here.
You can sort of achieve this with Text({type: "number", submit: true}).
The new number widget also lacks a submit option, although that may deserve its own issue (given the unique constraints of the range widget).
You can sort of achieve this with Text({type: "number", submit: true}).
Note that step isn't set on the input, which makes this only useful in a very limited number of cases.