Bootstrap 3 Dynamic Form Generator 2 Support Product Page

Under investigation

Problems with dropdown list

Reported 01 May 2017 06:59:46
1
has this problem
01 May 2017 06:59:46 Ben Pleysier posted:
1. When creating multiple field optiontext, the first field does not get the curly brackets as in

Quote<select class="form-control" name="modelID" id="modelID-ins" dmx-bind:value="" dmx-bindptions="scModelList.data.qryModelList" optionvalue="modelID" optiontext="make {{series}} {{model}}">


2. Clicking Add Extra First Option box does not work, i.e. no first option is created

Replies

Replied 01 May 2017 07:41:40
01 May 2017 07:41:40 Teodor Kuduschiev replied:
Hi Ben,
Can you please explain a little more detailed what exactly do you mean? The curly brackets for multiple select should be added to the name of the select only. The form generator does not have multiple select as an option, but i will check if this can be added to the next updates.

As for the extra first option i just tested it, and it works fine:


<select class="form-control" name="Headline" id="Headline" dmx-bind:value="" dmx-bind:options="aa" optionvalue="bb" optiontext="cc">
        <option value="0">All</option>
      </select>

Replied 03 May 2017 04:58:42
03 May 2017 04:58:42 Ben Pleysier replied:
Hi Teodor,

Please read my email for further details.
Replied 03 May 2017 07:07:51
03 May 2017 07:07:51 Teodor Kuduschiev replied:
Thanks Ben,
We will check this.
Replied 03 May 2017 07:25:09
03 May 2017 07:25:09 Ben Pleysier replied:
Thank you.

A note to others that have the same problem. This is not a deal breaker because the brackets can always be hand coded.

Reply to this topic