Alexis H. Munsayac

Results 119 comments of Alexis H. Munsayac

The old code is that way however due to boolean short-circuit the latter code doesn't get tracked. That's the reason why I had to expand it into variable reads. Thanks...

Revisiting the concept, you might be right. I'll re-open this for now since the changed code is just one of the many same occurrences that I have changed in my...

Thank you. I think I know what the problem here is.

Released 0.13.0 to address this issue. Please let me know if this still persists.

Hmmm, the thing is, by specification design this is meant to be desirable behavior, however it's not entirely clear how one should approach this. Sure, we could use an overlay...

Here's an example implementation: https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/datepicker-dialog.html Popovers are actually under Dialog specification with a minor difference that is, unlike Dialogs, Popovers do not prevent the users from interacting outside the container....

Yeah that's probably an issue, I'll take a look

Combobox is currently in WIP, I haven't pushed it yet in the main branch. It will be released alongside the Command component.

I'm not sure which one are you referring to, Tabs or Tables? if Tabs, TabPanels isn't created since it has no purpose, so users can implement their own grouping element.