-
**Dates**
- Should let the user select a start date and an end date (both can be undefined) (suggestion: [chakra-dayzed-datepicker](https://www.npmjs.com/package/chakra-dayzed-datepicker/v/0.2.0)).
…
-
There are a number of places in `utils.js` where you call `new Date(year, month, day)`. There is a documented issue with the JavaScript Date constructor where year values from 0-99 are interpreted as …
-
The following line returns an aria-label in an english american format.
https://github.com/deseretdigital/dayzed/blob/40d0161ee212891b5d0ca8834e372f29fbbe6b5b/src/dayzed.js#L32
This does not see…
-
dayzed uses framer-motion 4, but 6 is available. Upgrading this dependency would result in easier integration with other projects.
-
Hi all,
sorry for the stupid questions, i have a `SingleDatePicker ` in my form and i am not able to increase the width of the "box" to take all the space possible.
![immagine](https://github.com/ab…
-
I am using `SingleDatepicker` and am trying to allow the field value to be removed in the event someone selected a date but then realizes they do not want one (it is an optional field for my form). I …
-
When you create a calendar in a range style. By default, it will show the current month and the next month.
But if you want to show the last month and the current month, you need to set `offset-1`
…
-
Currently the arrows are just characters instead of icons. Is there a way to customize the arrows that way we can pass in our own icons?
![CleanShot 2024-05-24 at 15 19 29@2x](https://github.com/ab…
-
## Summary
Alert components need to be styled according to the Figma. Wait till #76 is merged before starting.
## Goals
- [ ] Add styling for the toast messages.
## Implementation
- Us…
-
Hi,
A quick question hopefully that can be answered easily - when the Range picker is employed, by default if it's set to show 2 months it's the current month and then next month. However for my ne…