Havit.Blazor
Havit.Blazor copied to clipboard
[HxInputDate] When inputs loses focus while calendar is still open, "floating" is turned off
Hard to describe, watch the image. Focus the input, click somewhere in the calendar where it does not close the calendar (> button, empty space, ...). At the moment the input label is changed and I think it should not happen.
@crdo
This reproduces when the input
has no value and loses focus.
We can put some dummy content to the input to ensure it "has a value" when the dropdown opens, but I would rather prefer resolving this issue purely in CSS.
@crdo Can you please take a look (low prio).
(Same issue will probably apply to all input-components where there is something taking the focus, such as HxInputDateRange
, HxAutosuggest
(initial suggestions), HxSearchBox
(static suggestions) etc.
We might try to keep the input
focused, but I'm not sure it is possible (without flickering).