-
How can I clear uploaded files?
if a file is already uploaded using upload file component, then you can create an additional flow with a button, if clicked it should set the file variable to blank text instead of the target property.
- 0
- 0
-
No Topics
-
How can I handle password validations while creating a password?
using if checks within the input blocks (component instance – component event – if check for validation), you can add validations. Eg. If password is greater than or equal to 8 characters, only then set target property to a variable, else print message and clear input (component instance – set property ‘value’ as blank text)
- 0
- 0
-
No Topics