Pending

User tests: Successful: Unsuccessful:

avatar rcarey
rcarey
2 Mar 2013

Several types of input fields have not been handling the "multiple" attribute. This attribute causes the fields to store their values as an array instead of as a string. But this fields expect a string when they attempt to load a value from the database. As a result, the field displays no value. The "multiple" attribute is needed at least for textarea and email so that validation can anticipate multiple values. This solution stops the addition of '[]' to the input field's name if it belongs to one of these text-based field types.

avatar rcarey rcarey - open - 2 Mar 2013
avatar nicksavov
nicksavov - comment - 9 Mar 2013
avatar nicksavov
nicksavov - comment - 23 Mar 2013

This is fixed in JoomlaCode. Thanks for coding this, Randy! :)

Closing.

avatar nicksavov nicksavov - close - 23 Mar 2013

Add a Comment

Login with GitHub to post a comment