Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature #141: Appearances for select node types * Implemented minimal, autocomplete, no-buttons, likert, list, list-nolabel, label, columns, column-pack, column-n for Select1 * Implemented minimal, autocomplete, no-buttons, list, list-nolabel, label, columns, column-pack, column-n for SelectN * Implementation of map and image-map appearances will be handled separately * Dynamic width of select options is achieved using javascript, we need to find a way to do it using css if possible * Original SelectControl.vue has been decomposed into Select1Control and SelectNControl. * Widgets directory contains low level components, mostly combination of a label and a primevue component * Appearance directory contains wrapper components to acheive desire UI layout Incorporated PR Feedback: * Few enhancements in LikertWidget: ** Hover state for the likert option ** Small gap between the options. * Also added class to span of RadioButton and CheckboxWidget * remove duplicate style * remove v-full-width * Create lemon-pandas-matter.md (changeset)
- Loading branch information