Provide support for custom edit items like in KendoReact. This will allow the customization of the removeDialog and the occurrenceDialog, and much more.
Add
:format-placeholder
as it is available in dateTimePicker.
How to add grid footer (one row with one cell for all columns). When I try to use grid cell footer template I can't pass colspan to it (to normal cell I can). When I build template for normal cell it replace whole <td> section. When I do it same for cell footer the template content is placed inside predefined <td> - I can't replace it by my code like in normal cell.
Can You add grid footer for all colums or fix footer cell template to work like regular cell template?
Describe the bug
After inserting an image using the "Insert Image" tool it is possible to add a hyperlink to it using the "Insert Hyperlink" tool.
If the image's dimensions are then edited by selecting the image and using the "Insert Image" tool, the hyperlink that was added no longer exists.
Before:
After:
To Reproduce
Expected behaviour
The image should retain any hyperlinks that have been added even if it is resized.
Describe the bug
The following warning appears when using the InsertTable tool of the Native Editor:
[Vue warn]: Component emitted event "tableinsert" but it is neither declared in the emits option nor as an "onTableinsert" prop
NOTE: The warning won't appear when the project is built for production but, still this issue should be fixed
To Reproduce
Expected behavior
No warnings should appear when using the InsertTable tool
When starting he component, to load the initial value, the Api returns the id selected as a string ("2") and DropDownList does not display the selected option. Changing the value to an integer (2) displays it correctly.
This issues requires changing the values before padding them to component, but I would that the component parse automatically the comparision, or allow us handle the strict comparision
Describe the bug
there is no way to set value in formatted input after blur and focus
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You can type it
Screenshots
Immediately 3.00 is typed and the cursor is moved at the end
Make the previous/next buttons of multi-day events functional like in the Telerik UI for ASP.NET AJAX control:
Describe the bug
The color of the Gauge component is not reactively updated when the value passed to its pointerColor prop is updated.
To Reproduce
Expected behavior
The color of the Gauge's pointer should be changed every time the selection in the radio buttons is changed
Add Adaptive Slot Height functionality for TimeLine view like the one available for Month view: