1.3.0 • Published 10 years ago
@pod-point/form-fields v1.3.0
Form fields
Provides the logic for input and textarea label and size behaviours.
Use
import formFields from '@pod-point/form-fields';
formFields.init();If you're using Module Loader, you can pass this module to that as a persistent module:
moduleLoader({
persistent: {
formFields
}
});