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

Improve form input autocompletion on form playground #1358

Open
vsgoulart opened this issue Feb 12, 2025 · 1 comment
Open

Improve form input autocompletion on form playground #1358

vsgoulart opened this issue Feb 12, 2025 · 1 comment
Labels
backlog Queued in backlog spring cleaning Could be cleaned up one day

Comments

@vsgoulart
Copy link
Contributor

What should we do?

On #1356 we already fixed an improved the autocompletion but we can still improve it even further as mentioned here.
Possible improvements:

  • When applying an autocomplete suggestion inside quotes for a property name we can append a colon and comma on the same line
  • We can the autocompletion schema aware, meaning for fields that are bound to specific field we can auto-suggest a JSON value in the specific format that form element expects. For example: for options we could suggest an object with label and value fields

Why should we do it?

To improve our UX

@vsgoulart
Copy link
Contributor Author

Another suggestion was made here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog spring cleaning Could be cleaned up one day
Projects
None yet
Development

No branches or pull requests

1 participant