New TEXT_AREA input type

This commit is contained in:
ta264
2020-09-07 21:05:07 +01:00
parent f8c3947bad
commit e014826b17
4 changed files with 197 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export const ROOT_FOLDER_SELECT = 'rootFolderSelect';
export const SELECT = 'select';
export const TAG = 'tag';
export const TEXT = 'text';
export const TEXT_AREA = 'textArea';
export const TEXT_TAG = 'textTag';
export const TAG_SELECT = 'tagSelect';
@@ -32,6 +33,7 @@ export const all = [
SELECT,
TAG,
TEXT,
TEXT_AREA,
TEXT_TAG,
TAG_SELECT
];