issues
search
CIA-Homebrew
/
BJCP-Scoresheet
Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8
stars
5
forks
source link
Newline breaks in text fields break
#112
Closed
prphntm63
closed
3 years ago
prphntm63
commented
3 years ago
Another major bug related to #93
If the user presses
Shift + Return
to make an inline newline character, it breaks the parsing when trying to reload the sheet
Add logic in the parsing function to check for and escape newlines
Shift + Return
to make an inline newline character, it breaks the parsing when trying to reload the sheet