Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

WIP / RFC : Add afFieldHelpText to display online text from simpleform schema #1650

Closed abate closed 3 years ago

abate commented 6 years ago

This is a simple patch that adds help text support to autoform. I tried to be as least invasive as possible. To use this new feature, you just need to add the instruction field to your simpleform definition with the text you want to display. To customize the div, you can use the help-text class.

This is WIP as it should be autoform specific and maybe adding a new field like afFieldHelpText instead of instructions in the autoform object would be more appropriate.