Select dynamic properties not available

OS info

  • Operating System : Windows 10.0.17134, Same on my Mac
  • Wappler Version : 1.9.5

Problem description

After upgrading to 1.9.5 I cant find the dynamic options for select

Steps to reproduce

  1. Insert Select
  2. Look in Options
    5

Hi, this has been reported a few times in the last coupole of days. It will be fixed on this weeks update:

Thanks. I keep the 1.9.4 versjon on one of my pc’n until next upgrade :slight_smile:

Mvh fra min S9+ mobil
Olav Nielsen

91861000

-------- Opprinnelig melding --------

This worked for me…

If you have an existing dynamic select from previous code you can copy and paste it into another until the fix is made.

Example:

Setup your repeat then insert the following. Then replace the bold areas with your data.

dmx-bind:options=β€œsc_list_states.data.list_states” optiontext=β€œname” optionvalue=β€œname” required="" data-msg-required=β€œA state is required.”>
Choose State

Thanks. I will keep 1.9.4 installed on one computer until it is fixed

Mvh fra min S9+ mobil
Olav Nielsen

91861000

-------- Opprinnelig melding --------

1 Like

Had the same problem: just change change the class form-control in <select id="select2" class="form-control"> to <select id="select2" class="select">

we just released Wappler 1.9.6 - and it is all solved there