Konstantin Dikov

Results 65 comments of Konstantin Dikov

Reproducible with version 5.5.0 as well: [https://stackblitz.com/edit/react-7ri5fm?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-7ri5fm?file=app%2Fmain.jsx) *Note - The problem is not replicated all the time and I see a pattern that scrolling up faster with the mouse wheel...

Additional problems with video and example can be found in Ticket ID: 1571916. The problems in question are related with rows with different height

Temporary workaround: [https://stackblitz.com/edit/react-somkf5?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-somkf5?file=app%2Fmain.jsx) ``` { el.element.setAttribute( 'aria-label', el.element.textContent + ' dropdownbutton' ); }} /> ```

Although that the requirement can be achieved with the suggested solution (or with React Context with functional component), having a property that will accept an array of dates and pass...

Until a built-in feature is added, there is an easy solution for making the floating labels be static by adding a className to the FormElement and removing the offset of...

A temporary workaround: [https://stackblitz.com/edit/react-rhm6ae?file=app%2FcolumnMenu.jsx,index.html](https://stackblitz.com/edit/react-rhm6ae?file=app%2FcolumnMenu.jsx,index.html) ``` export const ColumnMenuCheckboxFilter = (props) => { return (

Reported again for the TreeList in Ticket ID: 1546419

I am reopening the issue, because the same behavior is observed when you have selected the value and you press "-". It still clears the value, but pressing "-" again...