@pod-point/form-fields
v1.3.0
Published
Focus/change form field interactions
Readme
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
}
});