-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Provide a general summary of the issue here
I am using a GridList with AutoComplete, and want to disallow typeahead. Setting disallowTypeahead does not do this.
Update: I believe this is true for any GridList with GridListItems that set a textValue.
π€ Expected Behavior?
Setting disallowTypeahead disables typeahead
π― Current Behavior
setting disallowTypeahead on the GridList does not disable typeahead.
π Possible Solution
if (node.getAttribute('tabindex') != null) {
setShouldUseVirtualFocus(false);
}
disallowTypeAhead is not correctly passed through in useGridList.
π¦ Context
No response
π₯οΈ Steps to Reproduce
https://codesandbox.io/p/sandbox/frosty-artem-9pmx3l?file=%2Fsrc%2FApp.js%3A125%2C8
Version
latest
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
macos
π§’ Your Company/Team
No response
π· Tracking Issue
No response
Metadata
Metadata
Assignees
Labels
No labels