Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

[coalesce-vue-vuetify] Add a component for selecting a string value from the fields of another model

Open ascott18 opened this issue 2 years ago • 0 comments

This is quite similar to c-select-string-value, and could be implemented with different parameters on this existing component.

The key difference is that c-select-string-value selects from a custom static string[]-returning method, This new function would select from the list?fields=x endpoint of an existing type, and use that type's existing search behavior. It would also have the option to either allow or disallow user input of custom values that do not appear in the API response.

ascott18 avatar Mar 16 '22 22:03 ascott18