We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer the following questions for yourself before submitting an issue.
bind input with variable.
not binding and the input get cleared on blur
Please provide detailed steps for reproducing the issue.
<div class="formGroup col-md-6"> <fg-input label="Nom" type="text" addon-left-icon="now-ui-icons users_circle-08" placeholder="Nom"></fg-input> </div> {{inputVal}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
bind input with variable.
Current Behavior
not binding and the input get cleared on blur
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
<div class="formGroup col-md-6"> <fg-input label="Nom" type="text" addon-left-icon="now-ui-icons users_circle-08" placeholder="Nom"></fg-input> </div> {{inputVal}}
The text was updated successfully, but these errors were encountered: