GatheringTypeFormController

Gathering Type Form Controller

Handles real-time validation and user feedback for gathering type forms. Provides immediate feedback on name availability and description length.

Constructor

new GatheringTypeFormController()

Methods

clearDescriptionError()

Clear description error message

clearNameError()

Clear name error message

connect()

Initialize the controller

disableSubmit()

Disable submit button

enableSubmit()

Enable submit button

showDescriptionError()

Show description error message

showNameError()

Show name error message

showValidationSummary()

Show validation summary

updateDescriptionCount()

Update description character count

validateForm()

Validate entire form before submission

validateName()

Validate name field on blur