I want an editable combo box

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Grpgo
 
 
Posts: 11
Joined: Thu Feb 15, 2024 5:27 pm

I want an editable combo box

Post by Grpgo »

Wondering how to go about getting an editable combo box, can't find it.

Not to mention I would love to find a checkbox listbox.

Thanks
User avatar
Pablo
 
Posts: 23267
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: I want an editable combo box

Post by Pablo »

Set the combobox/select type to 'datalist' to make the input editable.
Datalist (HTML5). A datalist is a combination between a combobox and an editbox. The user can select data from a list or enter the value manually.
Unfortunately, there is no standard checkbox listbox in HTML.
But you can implement it with third party scripts:
https://codepen.io/shawnlknight/pen/mepwYz
Post Reply