Sabarni Das
Sabarni Das
There seems to be an error importing `HTML5Backend` Here's my babel config in package.json ```json "babel": { "presets": [ [ "latest", { "es2015": { "modules": false } } ], "react",...
#### What does this PR do? Current calendar range selection is ambiguous without the start date and end date inputs. Added a prop simpleSelection which is more predictive selection of...
### Expected Behavior on clicking 7th at this point it is expected that the selection should get reset and a new selection should start but currently the start date shifts....
Trying to change the calendar date range selection behaviour. Currently it's like google flights date picker, which is confusing without date inputs to select start/end date. ### Expected Behavior If...
#### What does this PR do? The select component of grommet do not preserve the order of selection. Even this behaviour is not consistent. Order for first 2 selection are...
https://storybook.grommet.io/?path=/story/input-selectmultiple-inside-a-formfield--inside-form-field in the example if your order of selection is "Grape", "Banana" and then "Kiwi", the dropdown selection will show "Banana", "Grape" , "Kiwi". It orders the selection according to...
### Is this something you or your team is interested in contributing a pull request towards? yes ### Expected Behavior export utils/useThemeValue ### Actual Behavior ### URL, screen shot, or...
The Box component's hoverIndicator currently supports background changes. Could we also add support for changing the border when using hoverIndicator?