You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a lot of websites there is multiple categories search. Currently I prefer using a select instead of a bunch of checkboxes (for code simplicity and form understanding). It's frustrating because it takes out a lot of flexibility and doesn't reflect the original website.
A good feature could be a select with the multiple attribute (example).
The getter cans return an array with selected values.
(To be honest I'm not very pleased with this component because it is not UX friendly : you have to know the Ctrl/Cmd key must be down to select multiple item. A list of checkboxes (with a scroll for long list) should be better. But, baby-steps and start with a select.)
What do you think about this new form input?
The text was updated successfully, but these errors were encountered:
I see your point. It makes sense for the kind of bridge you are aiming for and should be supported by RSS-Bridge. Unfortunately parameters is one of the more difficult parts to change (because of context detection), so this will take some time. I'll look into this if I have more time to spare (next month probably). If anyone else is interested in taking this challenge, please let me know beforehand.
In a lot of websites there is multiple categories search. Currently I prefer using a
select
instead of a bunch ofcheckboxes
(for code simplicity and form understanding). It's frustrating because it takes out a lot of flexibility and doesn't reflect the original website.A good feature could be a
select
with themultiple
attribute (example).The getter cans return an array with selected values.
(To be honest I'm not very pleased with this component because it is not UX friendly : you have to know the Ctrl/Cmd key must be down to select multiple item. A list of checkboxes (with a scroll for long list) should be better. But, baby-steps and start with a
select
.)What do you think about this new form input?
The text was updated successfully, but these errors were encountered: