form: add new options as Tags

This commit is contained in:
Tagada 2023-10-13 16:44:22 +02:00
parent 2337c343fd
commit 8c4ccfbce8

View file

@ -204,7 +204,7 @@ export function formatYunoHostArgument (arg) {
props: defaultProps props: defaultProps
}, },
{ {
types: ['tags'], types: ['tags', 'users', 'groups', 'users_and_groups'],
name: 'TagsItem', name: 'TagsItem',
props: defaultProps.concat(['limit', 'placeholder', 'options:choices', 'tagIcon:icon']), props: defaultProps.concat(['limit', 'placeholder', 'options:choices', 'tagIcon:icon']),
callback: function () { callback: function () {