Closed helloLilyX closed 1 year ago
Note: changed FormFieldBase
value from (string | undefined)[]
to (string | undefined)[] | undefined
as we discussed
Noticed bugs:
isDisable={true}
prop) still have segment.isEditable=true
Accessibility concern: focus isn't sent to the month segment after click on the input field whose value is Anytime
This PR became bit of a mess when I swapped it to the dev branch to pull into. I'm just going to cherry pick the DateRangeField component files out and merge those in manually.
Also of note, there's a handful of accessibility issues with this. E.g. you can't tab to the end date.
Cherry picked changes into the dev
branch. Closing this out.
Imported it in the
component/index.tsx
and add it to theuncontrolled
andRHF7
form examples