Stefan Stefanov

Results 48 issues of 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...

pkg: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

enhancement
pkg:charts

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...

bug
pkg:dropdowns
research

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...

Bug
pkg:Grid
SEV: Low
KendoReact
C: DataGrid

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:...

bug
pkg:inputs

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,...

bug
pkg:grid
pkg:pdf-export

Add a method to the Form that will validate it programmatically.

enhancement
pkg:form

- [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...

Enhancement
pkg:Form
C: Form

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...

pkg:inputs
research

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,...

enhancement
pkg:layout