We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is a differerence whether boolean is displayed below the other input fields or to the right of the last one.
Make boolean checkbox always be below all fields.
Probable solution: add not only the input fields that show up when checkbox is checked, in one div, but the checkbox itself as well.
either in the same div with the corresponding input fields or an additional div that contains only the checkbox:
| | = div
|form + checkbox| -> |input fields related to projectdevices|
| form | -> |checkbox| -> |input fields related to projectdevices|
|form| -> |checkbox + input fields related to projectdevices|
The text was updated successfully, but these errors were encountered:
anywaywayany
No branches or pull requests
Currently there is a differerence whether boolean is displayed below the other input fields or to the right of the last one.
Make boolean checkbox always be below all fields.
Probable solution: add not only the input fields that show up when checkbox is checked, in one div, but the checkbox itself as well.
either in the same div with the corresponding input fields or an additional div that contains only the checkbox:
currently:
| | = div
|form + checkbox| -> |input fields related to projectdevices|
probable solution
| form | -> |checkbox| -> |input fields related to projectdevices|
might work as well:
|form| -> |checkbox + input fields related to projectdevices|
The text was updated successfully, but these errors were encountered: