You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a select field has a value that includes a comma, e.g., "Stockton, CA", and the user selects that option from the select menu and submits the form, Knop will write the value to the database and everything else, but it will not render the field with the value selected when the record is loaded a subsequent time.
The text was updated successfully, but these errors were encountered:
One could not use commas in their field values for checkboxes, radios, or selects, but that's a poor option.
The better option is to modify form.inc to accept an optional parameter flag -singlevalue with a default value of false for a given radio or select field. Then when the developer sets it to true, Knop will not split on the single value that contains commas.
…s which have values containing commas can be rendered "checked" or "selected" when those values have been checked or selected after loading the field. Addresses issue for Knop for Lasso 8 only. Still need to do Lasso 9 version. See Issue knop-project#107.
When a select field has a value that includes a comma, e.g., "Stockton, CA", and the user selects that option from the select menu and submits the form, Knop will write the value to the database and everything else, but it will not render the field with the value selected when the record is loaded a subsequent time.
The text was updated successfully, but these errors were encountered: