issues
search
twentyhq
/
twenty
Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
23.01k
stars
2.41k
forks
source link
Create form field number
#8634
Open
Devessier
opened
1 day ago
Devessier
commented
1 day ago
Refactor VariableTagInput to have a reusable low-level TipTap editor
Create two primitive form fields:
Text
Number
Boolean
Notes:
We could refactor the VariableTagInput to fully use components from
FormFieldInput
.
To do:
[ ] Put
isTextField()
,
isNumberField()
, etc. calls in a separate
FormField
component that we can reuse across actions
Notes:
FormFieldInput
.To do:
isTextField()
,isNumberField()
, etc. calls in a separateFormField
component that we can reuse across actions