ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: omerix on August 16, 2022, 07:43:51 pm
-
Hello,
In version 6, I was using various input types and datalist, color, datetime-local, time etc. with the code below
", editor: {attr: 'placeholder="Enter Start Time" type="datetime-local" autofocus' }"
When you upgrade to version 8.5, html elements do not open in this section. How can I edit.
Resources:
Input Types:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
Datalist:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
-
Please mention the type of editor too.
editor: {
type: 'textbox',
attr: 'placeholder="Enter Start Time" type="datetime-local" autofocus'
}