ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: omerix on August 16, 2022, 07:43:51 pm

Title: Input types and datalist
Post 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
Title: Re: Input types and datalist
Post by: paramvir on August 16, 2022, 10:02:44 pm
Please mention the type of editor too.

Code: [Select]
editor: {
  type: 'textbox',
  attr: 'placeholder="Enter Start Time" type="datetime-local" autofocus'
}