Multiple = true #32630
Unanswered
brianteeman
asked this question in
Q&A
Multiple = true
#32630
Replies: 1 comment 2 replies
-
From what I can see from the code, there is no difference between the two. For reference, code which handles it is: https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Form/FormField.php#L534-L545 So I would say that it is safe to change to the one you choose to be consistent. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a difference between
multiple=true
andmultiple=multiple
I can see both being used
Beta Was this translation helpful? Give feedback.
All reactions