Oleksandr Halitsa
Results
1
comments of
Oleksandr Halitsa
The reason is that some aria attributes are overridden to alternate attributes in camelcase when the `customInput` node node is cloned :( [Here](https://github.com/Hacker0x01/react-datepicker/blob/main/src/index.tsx#L1376) is a corresponding snippet: ``` "aria-describedby": this.props.ariaDescribedBy,...