Stefan Stefanov
Stefan Stefanov
Pressing Enter in the Editor does not apply the effect of the Bold tool on the new line. For example: 1- have an empty editor with the Bold (B) editor...
Add render prop for the Chart Crosshair tooltip. https://www.telerik.com/kendo-react-ui/components/charts/api/ChartCategoryAxisCrosshairTooltipProps/ Similar to the template option for the Kendo UI Chart: https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/categoryaxis.crosshair#categoryaxiscrosshairtooltiptemplate
DropDown with Virtual scrolling not showing all items when scrolling up. This occurs when the page size is more than 3 times bigger than the visible items. Also, it occurs...
Grid filter returns the value as undefined after changing the operator. This happens since 4.8.0. Before that, we were returning null in those cases. The issue is that the value...
TextArea does not submit edited value in Formik. If we set an initial value it will be submitted, but if we edit it, the entire field will not be submitted:...
Fix GridPDFExport when a cell has a Link from react-router Try to export to see the error: https://stackblitz.com/edit/react-eoqkci-2kyclw?file=app%2Fmain.tsx The assumption is that when we clone the DOM to export it,...
Add a method to the Form that will validate it programmatically.
- [x] **`FieldArray` component** - useful for Grid like components. This allows optimizations like getting new data only when needed. For example if Grid is used, it can get values...
NumericTextBox typing non-numeric chars trigger change when the value is selected. Retro steps using this example https://stackblitz.com/edit/react-eriqm7-r6ek4g?file=app/main.tsx 1. Focus NumericTextBox 2. Type valid char (eg. number 1) 3. Select typed...
Add onAction event to the TileLayout This is needed as the developer may need to update the content of the tile when the user is dragging or resizing. For example,...