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
hmm i added package . Schema :
email: { type: String, regEx: SimpleSchema.RegEx.Email, label: "E-mail address" }, website: { type: String, label: "Website" }, phone : { type : String, label: "Phone", }
html :
<div class="col-md-4"> {{#autoForm schema=detailsFormSchema }} <fieldset> <legend>Details</legend> {{> afQuickField name="website"}} {{> afQuickField name="email"}} {{> afQuickField name="phone" type="intl-tel-input"}} <div> <button type="submit" class="btn btn-primary">Submit</button> <button type="reset" class="btn btn-default">Reset</button> </div> </fieldset> {{/autoForm}} </div>
and its do nothing.... Any idea ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hmm i added package .
Schema :
html :
and its do nothing....
Any idea ?
The text was updated successfully, but these errors were encountered: