Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore empty lines for radio button layout generation. #113

Closed
chrfrantz opened this issue Apr 26, 2019 · 1 comment
Closed

Ignore empty lines for radio button layout generation. #113

chrfrantz opened this issue Apr 26, 2019 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@chrfrantz
Copy link
Collaborator

Form field radio should check for empty lines. Empty lines (erronous based on pressing return after the last entry) should be ignored when generating the radio buttons.

Low
medium
high
<- if this is empty line, it should be ignored

@kongebra kongebra self-assigned this Apr 29, 2019
@kongebra kongebra added bug Something isn't working enhancement New feature or request labels Apr 29, 2019
kongebra added a commit that referenced this issue Apr 29, 2019
@kongebra
Copy link
Collaborator

Works now. Removes all empty lines.

Example:
Input:

Low

Medium



High


Extreamly High

Output:

Low
Medium
High
Extreamly High

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants