Author Topic: Input types and datalist  (Read 574 times)

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 148
    • View Profile
Input types and datalist
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Input types and datalist
« Reply #1 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'
}