You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
name: 'email'
type: 'email'
label: 'Email address'
placeholder: 'Enter your email address here'
tooltip: 'Type your email address in this field'
— name: 'password'
type: 'password'
label: 'Password'
placeholder: 'Enter your password here'
tooltip: 'Type your password in this field'
name: 'chckbx'
type: 'checkbox'
label: 'A random checkbox'
tooltip: 'Toggle on or off the button by clicking on it'
submitText: 'Login'
‘’’, where for example, password is prompted only if login is provided. I have a requirement to render form where the yaml file is nested up to 3 levels.
Thanks,
S
The text was updated successfully, but these errors were encountered:
If I have a nested yaml where the
‘’’
./forms/form1.yml
name: 'login-form'
title: 'Login form'
fields:
type: 'email'
label: 'Email address'
placeholder: 'Enter your email address here'
tooltip: 'Type your email address in this field'
— name: 'password'
type: 'password'
label: 'Password'
placeholder: 'Enter your password here'
tooltip: 'Type your password in this field'
type: 'checkbox'
label: 'A random checkbox'
tooltip: 'Toggle on or off the button by clicking on it'
submitText: 'Login'
‘’’, where for example, password is prompted only if login is provided. I have a requirement to render form where the yaml file is nested up to 3 levels.
Thanks,
S
The text was updated successfully, but these errors were encountered: