serge-web / serge

Serious Gaming, Evolved - web interface
https://sites.google.com/deepbluec.com/serge/
Apache License 2.0
14 stars 4 forks source link

Missing form builder features #2915

Open Tristina1788 opened 4 months ago

Tristina1788 commented 4 months ago

🐞 Bug description

Currently our template function still miss some feature for form builder

πŸ”’ Steps to Reproduce

image

image

image

image

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

image

image

=> Our template shows null as default

image

image

βš™οΈ Expected behavior

πŸ–₯️ Screenshots

πŸ’» System information

πŸ“ Additional context

IanMayo commented 4 months ago

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

Tristina1788 commented 4 months ago

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

I tried with columnsize but seem it didn't help

image

image

image