TJ Egan

Results 89 comments of TJ Egan

@PaulJThompson just confirming, this behavior would only apply to the `single` variant of DatePicker? I would expect Enter to allow me to update/change dates in a Range DatePicker, and not...

Seems like this is a larger bug with the actual implementation of the React StructuredList, rather than a simple styling bug. The problem does not exist in vanilla. Can be...

Just a quick look at it, I'm seeing that it mainly just renders `children`, so the issue will be with getting the `checked` value back up to `StructuredListRow`. Can probably...

@asudoh I've been messing around with this one this afternoon, but I'm running into problems with programmatic controls like you said. Wondering if you have ideas on a possible solution...

Most likely an oversight on our part and assuming the `step` would always be a number. If passing in `any` allows a user to bypass HTML5 form validation, then it...

@dawang021 it is really helpful if you fill out the issue template so we can help you get sorted out properly. Do you have a link to a reproducible example...

I don't believe `Tooltip` is supported inside of an overflow menu. Overflow menu actions should be short, concise actions that do not need additional information. You could place the tooltip...

OverflowMenu items that are disabled are not in the tab order, so a keyboard user would not be able to navigate to this item and it would cause an a11y...

What action are they trying to take that might be disabled? Could any type of UX pattern be used outside of the overflow menu to let the user know why...

Can you try setting `focusTrap={false}` on the `Tooltip`? Or perhaps try using `TooltipDefinition`?