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
Grid rows in stacked view cannot be deleted unless reorderable.
The delete button is wrapped in a isReorderable check from this commit resulting in a hidden class hiding the delete row UI.
Fwiw I'm trying to use a grid with max items set to 1 to group some optional fields, but feel like the root issue must be a pretty common use case.
The text was updated successfully, but these errors were encountered:
8efaef6
No branches or pull requests
Bug Description
Grid rows in stacked view cannot be deleted unless reorderable.
How to Reproduce
Extra Detail
The delete button is wrapped in a isReorderable check from this commit resulting in a hidden class hiding the delete row UI.
Fwiw I'm trying to use a grid with max items set to 1 to group some optional fields, but feel like the root issue must be a pretty common use case.
Environment
The text was updated successfully, but these errors were encountered: