TagSelect field type

(cherry picked from commit 09347f79c5c486ccb88d732c1bac1cacc668536c)

Closes #558
This commit is contained in:
Qstick
2020-01-06 23:31:33 -05:00
committed by Bogdan
parent 1d1cc6526d
commit 304d1e3462
6 changed files with 113 additions and 2 deletions
@@ -31,6 +31,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.SELECT;
case 'tag':
return inputTypes.TEXT_TAG;
case 'tagSelect':
return inputTypes.TAG_SELECT;
case 'textbox':
return inputTypes.TEXT;
case 'oAuth':