Skip to content

Files

Latest commit

 

History

History
13 lines (12 loc) · 740 Bytes

117.md

File metadata and controls

13 lines (12 loc) · 740 Bytes
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
html
forms

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.

Someone also asked about this on StackOverflow.