Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Le FormHelper => select #49

Open
griffonfab opened this issue Oct 30, 2015 · 0 comments
Open

Le FormHelper => select #49

griffonfab opened this issue Oct 30, 2015 · 0 comments

Comments

@griffonfab
Copy link

Le champ select ne permet pas de présélectionner plusieurs valeurs par défaut (argument $value).
Le troisième argument $value pourrait devenir un tableau $values. Dans ce cas, il suffirait de changer l'instruction :

  • $key == $value ? ' selected="selected"' : '',

par :

  • (in_array($key, $values)) ? ' selected="selected"' : '',
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant