vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

Merge type and default columns in readme #293

Closed FichteFoll closed 1 year ago

FichteFoll commented 1 year ago

Merging the columns allows GitHub to allocate more space for the third column by splitting the words between the type and the default value and requiring less padding. This makes the very important third column much more readable.

Also correct some string default values to be rendered as 'expressions'.

See https://github.com/FichteForks/multiselect/blob/pr/readme-props-columns/README.md#configuration for how it looks when rendered. (See https://github.com/vueform/multiselect/blob/2889496c9f611abf3d27fb69cd4bfe6875282c71/README.md#configuration for a comparison with the current state.)

adamberecz commented 1 year ago

Would you be open to refact this to {string} 'value' format?