Vitaly Rtishchev
Vitaly Rtishchev
Group is not supposed to be used as polymorphic component – it manages layout, not functionality, you should wrap it with `header` element instead: ```tsx ```
`shouldCreate` function determines whether creatable option should be displayed in the list, in the provided sandbox it always returns true, and thus creatable option is always rendered.
Fixed in 5.1.6
Hi @Zegnat, sorry for long response, can you please resolve the conflicts?
Empty string maybe fine and can help with form resetting, but I do not think that `null` should be supported
I've decided that we should only support number and undefined in NumberInput, these cases work as expected – https://codesandbox.io/s/cool-cherry-0415m1?file=/src/App.tsx
Button has translateY(1px) in active state, that is expected, if you do not want that behavior you can disable it with sx prop or using create styles
Could not see anything of videos, they are too small, I've tested it on FIrefox on mac and it works fine
Okay, I'll have a look