https://bugs.documentfoundation.org/show_bug.cgi?id=157657

--- Comment #9 from Heiko Tietze <[email protected]> ---
(In reply to Stéphane Guillou (stragu) from comment #8)
> > I suggest to pop-up the dropdown and filter the list respectively. The
> > actual validation happens while typing in this case, being case insensitive.
> 
> I'm not sure I understand this.

Rather than accepting every input we should list what matches the entered
characters. If "y" is typed, the validation list respectively its dropdown
should pop-up and show all items that start with "y". If none matches the
dropdown is empty. The difference to the current solution is that we check
'onkeydown' rather than 'onleave/enter'. The validation goes into the dropdown
management and therefore the UI.

By doping so it is not possible to enter "Yes" while only lower-case keywords
are in the validation. I disagree with a checkbox to accept anyway (and kind of
extend the list) or to reject the case sensitive keyword. And the proposed
solution is to convert on input (it would be acceptable if this is done
afterwards, onleave/enter).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to