splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

Multiselect from data_aliastextbox is preselected #304

Closed Su24nn3 closed 2 years ago

Su24nn3 commented 2 years ago

Hi, first of all, thanks for this great plugin :)

I am using it with data plugin, and the data_aliastextbox field has a weird behavior : the first option is preselected in the form, which is annoying if you want to leave the field empty, you have to use Ctrl+clic. I don't mind that much, but a lot of users might make mistakes if they don't pay attention.

Any idea how to fix this ?

Thanks !

Su24nn3 commented 2 years ago

After some code inspection, I realized this issue was on the data plugin side. See https://github.com/splitbrain/dokuwiki-plugin-data/issues/227