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
The column based UI can feel akward for some things, with lots of wasted space.
I'd like an option to say that a field should be on the same row as the previous field. So it looks like this.
This could be supported with a simple boolean field in the _ui element of the model 'continuePreviousRow' : true
'continuePreviousRow' : true
FYI I just added flex-box with two lines of CSS for the above (display: flex; flex-direction: row)
Could be even nicer if you could weight the fields in size:
The text was updated successfully, but these errors were encountered:
muakdogan
No branches or pull requests
The column based UI can feel akward for some things, with lots of wasted space.
I'd like an option to say that a field should be on the same row as the previous field. So it looks like this.
This could be supported with a simple boolean field in the _ui element of the model
'continuePreviousRow' : true
FYI I just added flex-box with two lines of CSS for the above (display: flex; flex-direction: row)
Could be even nicer if you could weight the fields in size:
The text was updated successfully, but these errors were encountered: