Skip to content

Fix multiple lines in guest registration text fields

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_430_fixing_multiple_lines_in_text_fields

Related Issues

Closes #430 (closed)

Description

This merge request will fix text fields in guest registration so pressing enter selects the next field.

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Start the app and click guest forms
  2. Click guest registration
  3. Enter a first/last name and press enter, the next field should be selected
  4. Click next. Pressing enter when filling out street address, address line 2, and town/city should select the next field

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

Merge request reports