[Select] Add SelectDisplayProps prop#10408
Conversation
|
Is this error something I can resolve? It's not entirely clear what the error is. |
|
@noah-potter run |
oliviertassinari
left a comment
There was a problem hiding this comment.
I have one concern with exposing the SelectDisplayProps property to the top Select component. It's boilerplate the native implementation might not need. What about scoping the change to the SelectInput component waiting for the component to be split with #10335?
| open: openProp, | ||
| readOnly, | ||
| renderValue, | ||
| SelectDisplayProps = {}, |
There was a problem hiding this comment.
No need for the default.
|
@oliviertassinari Should that scoping happen whenever |
# Conflicts: # pages/api/select.md
|
I think that the simplest path to solve #10335 is to introduce a |
Closes #10401