feat: add form input node (#2773)

* add node

* dispatch

* extract InputTypeConfig component

* question tip

* fix build

* fix

* fix
This commit is contained in:
heheer
2024-09-26 13:48:03 +08:00
committed by shilin66
parent d4d7c3196a
commit 1144826ed5
34 changed files with 1326 additions and 419 deletions

View File

@@ -128,7 +128,8 @@ export enum FlowNodeTypeEnum {
userSelect = 'userSelect',
loop = 'loop',
loopStart = 'loopStart',
loopEnd = 'loopEnd'
loopEnd = 'loopEnd',
formInput = 'formInput'
}
// node IO value type