Skip to main content
Topic: Edit Select Multiple  (Read 1048 times) previous topic - next topic

Edit Select Multiple

Hi, i have found a bug

in Edit :  select with multiple allowed (it shows id value instead of label)
the probel only occurs in the EDIT (the ADD works fine)

Re: Edit Select Multiple

Reply #1
@achrafAOUAD‍ this is not a bug, this is how it was intended. You use this to add items with its name as value and not its id, if you use id as value for multiple select then on edit page the value will be displayed which is the id.

Re: Edit Select Multiple

Reply #2
@willvin  it should display the name (the label) instead of the id (value).
i was able to edit the source code to solve the bug
you can see the picture
the different result and the edited code
i hope this will be corrected in the next version  :)
BTW im using the PHPRAD classic 2.6.9  ;)