Robert Haken
Robert Haken
We don't feel this components is highly demanded: * the case for entering time (or date+time) is quite rare * most known date+time pickers are not considered "a good UX...
Currently, this has no built-in support from Bootstrap, nor Havit.Blazor. I found this recipe https://stackoverflow.com/questions/42401606/how-to-hide-collapsible-bootstrap-navbar-on-click (We could add the data-bs-... attributes to HxNavLink used and refer to the HxNavbar to...
* [x] For KeepSpace, always render `` @jirikanda * [x] For KeepSpace+Invalid, renders as `` @jirikanda (as designed) * [ ] Finish the implementation by implementing appropriate CSS @crdo /...
Doubts regarding naming * colision with `HxInputDateRange` where it is "from" and "to" * should this be `HxInputSlider`? * do we prefer to stick with underlying HTML input naming?
@crdo In other words - our `HxDropdown` design does not expect to have several `HxDropdownTriggerElements` in single `HxDropdown`. Is this a legitimate scenario?
The plan is to add `HxInputBase.ValidationMessageDisplayMode = Regular | Tooltips | KeepSpace | None`.
We found the `KeepSpace` implementation too offensive for UI layout (our `gap` in forms would have to be abandoned which would bring many changed needed for current applications to avoid...
@crdo Can you take a look at this, please?
We are calling `offcanvas.dispose()` and we believe the dispose should do the cleanup. Will try to create a simple repro for Bootstrap and report to them. (@Harvey1214)
Unfortunately, Bootstrap 5.2.0 does not seem to resolve the issue. Our bug-report https://github.com/twbs/bootstrap/issues/36397 was closed as _not planned_ even though it was originally commented with >This should be addressed in...