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

Missing form builder features #2915

Open
Tristina1788 opened this issue Apr 17, 2024 · 2 comments
Open

Missing form builder features #2915

Tristina1788 opened this issue Apr 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Tristina1788
Copy link
Collaborator

🐞 Bug description

Currently our template function still miss some feature for form builder

🔢 Steps to Reproduce

  • Create some elements on the same row (Example 'Reference' and 'Title')

image

  • Create disable field (As 'Reference (locked))

image

  • Create element with button type (As 'Edit' button below)

image

  • Can't update the validate message for element (as the validate message 'Value must be at least 10 characters long' )

image

=> Currently the validate message is 'must NOT have fewer than x characters'

image

  • Can't have the action for all element on same row ( As 'Delete' button for 'Asset' and 'Quantity' field)

image

  • Dropdown list can't show the default value
    image

=> Our template shows null as default

image

image

⚙️ Expected behavior

  • We should support for some missing form build features above

🖥️ Screenshots

💻 System information

  • Browser : Chrome
  • Browser Version : Version 120.0.6099.111

📝 Additional context

@Tristina1788 Tristina1788 added the bug Something isn't working label Apr 17, 2024
@IanMayo
Copy link
Contributor

IanMayo commented Apr 17, 2024

@Tristina1788 - it should be possible to use columnSize to put multiple items on the same row. This PR should reinstate how to do it: ginkgobioworks/react-json-schema-form-builder#191

@Tristina1788
Copy link
Collaborator Author

o put multiple items on the same row. This PR s

I tried with columnsize but seem it didn't help

image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants