Are inputs not allowed in GridListItem? #7899
-
The behavior of the selection being toggled on press despite it being on an input element (while the button works as expected) is very annoying but if this is intended then w/e. Surely this question has been asked before but I couldn't find it anywhere. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, I think you linked the wrong codesandbox? I don't see a GridList in that one. If it's supposed to be a GridList in a Combobox, then that isn't supported. You could use an Autocomplete instead though. Inputs themselves are partially supported in GridList. Interactive children is the reason for using a GridList over a ListBox, and we've recently begun working on what's called "Edit Mode" #2328. The first bit of work for this went out in our last release. This supports tabbing into cells. |
Beta Was this translation helpful? Give feedback.
Hi, I think you linked the wrong codesandbox? I don't see a GridList in that one. If it's supposed to be a GridList in a Combobox, then that isn't supported. You could use an Autocomplete instead though.
Inputs themselves are partially supported in GridList. Interactive children is the reason for using a GridList over a ListBox, and we've recently begun working on what's called "Edit Mode" #2328. The first bit of work for this went out in our last release. This supports tabbing into cells.