Marco Pinton
Marco Pinton
**react-dates version** verified on `[email protected]` **Describe the bug** With horizontal orientation, the element with class `DayPicker_transitionContainer` (which height is dynamically calculated based on the number of rows to be displayed)...
Suppose we have a query ``` export const myQuery = compose( product({ a: param(), b: param(), c: param() }), queryShallow( ({ a, b, c }) => ...do stuff... , available...
### Description of the bug When a `NumberField` gets emptied, the component calls the `onChange` function passing `NaN` as argument. I would expect it to pass `null` or `undefined`: it...
### Description of the bug The `SelectOption` used by `SelectField` has the property `icon?: (props: IconProps) => JSX.Element`. If you define an option with `icon: undefined`, when it gets selected...