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
I'm still not sure if this is a bug or a versioning thing with meteor-autoform, but according to the meteor-autoform documentation (http://autoform.meteor.com/types --> select 'hidden' from dropdown), this is how you create a hidden field with a schema:
However, I've found that if you remove the javascript afFieldInput object and place the javascript type: "hidden" property directly in the javascript autoform object, the field is successfully hidden:
The field itself is hidden, however the field label itself still shows (see screenshot) using the following schema definition:
The text was updated successfully, but these errors were encountered: