eclipsesource / jsonforms-vuetify-renderers

https://jsonforms-vuetify-renderers.netlify.app/
Other
26 stars 26 forks source link

Enum dropdown menus are cut off in table and horizontal layout #38

Closed yaffol closed 2 years ago

yaffol commented 2 years ago

Enums rendered with dropdown menus are cut off vertically when they are rendered within ArrayLayout (using Vuetify SimpleTable) and, in some cases, within HorizontalLayout.

See https://jsonforms-vuetify-renderers.netlify.app/#/example/enum-in-array for an example when using ArrayLayout.

See https://jsonforms-vuetify-renderers.netlify.app/#/example/basic for an example using HorizontalLayout. This is interesting case because Nationality field (options come from enum in schema) is cut off, whereas Occupation (options come from 'suggestions' in UISchema) is not.