-
1. rich:select with manual input
boy18nj Mar 4, 2011 9:06 AM (in response to nimo22)this is not the bug, this is the designed behaviour. clicking the arrow button always takes the hint from the value already selected/written and shows the states which match the selected/written value suggestion.
I guess this component could behave in 2 ways, as you said too.
your suggestion is to combine suggestion box and drop down box. suggestion box only kicks in when writing. drop down box kicks in when clicking arrow button.
how about opening a new feature request jira?
-
2. rich:select with manual input
ilya_shaikovsky Mar 4, 2011 9:13 AM (in response to nimo22)let's me search through jira. I believe that already reported.
-
3. Re: rich:select with manual input
ilya_shaikovsky Mar 4, 2011 9:14 AM (in response to ilya_shaikovsky)yup.. here is it.. https://issues.jboss.org/browse/RF-9580
P.S. actually I agree that it should be even default Just missed during design..
-
4. Re: rich:select with manual input
nimo22 Mar 4, 2011 11:30 AM (in response to ilya_shaikovsky){quote}your suggestion is to combine suggestion box and drop down box. suggestion box only kicks in when writing. drop down box kicks in when clicking arrow button.{quote}
Yes, exactly. This would be perfect. If a User re-select again, he expects to see all seletable (unfiltered) items and not only this one item which was selected before. It it not intuitive to delete the selection by hand only to view all selectable items again.
{quote}actually I agree that it should be even default{quote}
yes, would be nice.
Thanks!!
-
5. Re: rich:select with manual input
jigg4 May 13, 2013 7:07 AM (in response to nimo22)yes the current behaviour is in fact kinda weird. i would also like to have the suggested one insteada.
will there be any update on this issue soon? since this already over 2 years old.
EDIT: can you tell me the relevent classes where the filtering is done for the manual input?i would like to try to edit it.