Daniel Jahodka

Results 8 issues of Daniel Jahodka

add innerRef prop in Row component to be able to access underlying DOM element - [ ] Bug fix - [x] New feature - [ ] Chore - [ ]...

**Describe the bug** Property `showYearDropdown` is not working when datepicker is in the `monthYearPicker` mode **To Reproduce** ``` () => { const [startDate, setStartDate] = useState(new Date()); return ( setStartDate(date)}...

**What problem you are trying to solve?** Hi, is it possible to implement passing placeholder value to placeholder property of the underlying input? It can help with the styles. Something...

Hi, I am using NestJS with [nestjs-pino](https://github.com/iamolegga/nestjs-pino) and I am trying to set up `ecsFormat({ convertReqRes: true })`. Logging of request and response works, but format is odd. If this...

agent-nodejs

**Describe the bug** Month and year pickers have `react-datepicker__month-text--keyboard-selected` CSS class. Since keyboard navigation is not supported (or not working) for these pickers, picked month, year should not have this...

Stale

Would feature fix this https://github.com/remix-run/history/issues/828 This PR gives back the feature of `MemoryHistory.entries` which was available in version 4 Many people are dependent on this feature, mainly because it gives...

**Describe the bug** I am using latest `webpack`, with latest `source-map-loader` and i am getting errors like this when importing latest version of `react-datepicker`. ``` Failed to parse source map...

**Describe the bug** year picker (`showYearPicker`) displays invalid value when value is manually changed into invalid value. **To Reproduce** Steps to reproduce the behavior: Following code only allows to select...