numerus/web
jordi fita mas 5e01965d7e Replace use of <select> for tags “and” and “or” with checkboxes
I realized that using a select for just two, short, options is overkill:
the select and its options use a lot more real state than the two
radios, which can have tooltips (not yet, though).

Since i am going to replace this field with a custom element that has
a toggle-like aspect, i already added the is="numerus-toggle" attribute
and use it for stying the non-JavaScript field.
2023-04-15 04:05:59 +02:00
..
static Replace use of <select> for tags “and” and “or” with checkboxes 2023-04-15 04:05:59 +02:00
template Replace use of <select> for tags “and” and “or” with checkboxes 2023-04-15 04:05:59 +02:00