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

Introduce custom attributes for dynamic forms and DataGrid #5265

Closed
stsrki opened this issue Jan 25, 2024 · 0 comments · Fixed by #5514
Closed

Introduce custom attributes for dynamic forms and DataGrid #5265

stsrki opened this issue Jan 25, 2024 · 0 comments · Fixed by #5514
Assignees
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Milestone

Comments

@stsrki
Copy link
Collaborator

stsrki commented Jan 25, 2024

This is the continuation of #5232.

At the moment, we support only built-in framework attributes. But we need to consider user scenarios that might extend dynamic builder.

Some of the proposed attributes:

  • IgnoreFieldAttribude - to not generate the field in the UI
  • TextAreaAttribute - for defining row sizes, and other fields
  • NumericPickerAttribute - min, max, step, etc.
  • DisplayOrderAttribute - for custom ordering in the UI
  • SelectItemsAttribute - for binding the select component
@stsrki stsrki added the Type: Feature ⚙ Request or idea for a new feature. label Jan 25, 2024
@David-Moreira David-Moreira added this to 🔙 Triage in Development via automation Mar 9, 2024
@stsrki stsrki added this to the 1.6 milestone Mar 9, 2024
@David-Moreira David-Moreira moved this from 🔙 Triage to 💪 In progress in Development May 18, 2024
@David-Moreira David-Moreira linked a pull request May 18, 2024 that will close this issue
@David-Moreira David-Moreira moved this from 💪 In progress to ⏳ Review in Development May 25, 2024
@stsrki stsrki mentioned this issue Jun 2, 2024
Development automation moved this from ⏳ Review to ✔ Done Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Development
  
✔ Done
Development

Successfully merging a pull request may close this issue.

2 participants