inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Range + submit

Open mbostock opened this issue 5 years ago • 3 comments

As with text #9, we might want an explicit submit option here.

mbostock avatar Feb 02 '21 03:02 mbostock

You can sort of achieve this with Text({type: "number", submit: true}).

mbostock avatar Feb 04 '21 01:02 mbostock

The new number widget also lacks a submit option, although that may deserve its own issue (given the unique constraints of the range widget).

mootari avatar Dec 19 '21 15:12 mootari

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.

mootari avatar Dec 19 '21 16:12 mootari