Categories > TinyButStrong general >

how to create datalist

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Handoko Koko
Date: 2016-05-06
Time: 01:44

how to create datalist

Dear Tbs team,

How to create datalist tag option with merge data in Tbs
This is no problem for select html tag


Thanks
By: Skrol29
Date: 2016-05-06
Time: 09:08

Re: how to create datalist

Hello,

This is no problem also for <datalist>.

Example:
<datalist id="my_id">
  <option label="[b.label;block=option]" value="[b.value]">
</datalist>