title | date | submitter | number | tags | discussion | ||
---|---|---|---|---|---|---|---|
I want `select` elements to be able to share their `option`s |
2020-02-20 17:08:37 UTC |
Glenn Linderman |
117 |
|
You can reference one datalist
from multiple input
elements, which is highly convenient. It would also be highly convenient to enhance select
to reference a datalist
(or selectlist
or whatever), so that multiple select
tags could reference the same collection of options, rather than repeating the same list of options multiple times.