Releases: AppsDevTeam/nette-forms-components
Releases · AppsDevTeam/nette-forms-components
Release list
v2.4.3
v2.4.2: Merge pull request #13 from AppsDevTeam/f-password-reveal-value
fix: vypisuj ulozenou hodnotu i pro type=password
v2.4.1: Merge pull request #12 from AppsDevTeam/f-password-reveal-input
fix: vykresluj odkrývací script u každého controlu
v2.3.2
v2.3.1: Increments new component count if prefixed
Increments the counter for dynamically created components only when the component's name includes the designated prefix. This ensures accurate tracking of newly instantiated components.
v2.3.0: Adds form validation and data filtering
Adds functionality to filter validated values from a form, excluding those with validation errors. Improves form data handling by providing a way to retrieve only trusted, validated data. The validation process checks for disabled controls, empty optional fields, and individual rule success, ensuring data integrity and reliability.
v2.2.27: Returns named components from section
Ensures that components are returned as an associative array where keys are the component names and values are the components themselves. This provides more convenient access to the components.
v2.2.26
v2.2.25: Merge pull request #10 from AppsDevTeam/add-form-switcher
Add form switcher
v2.2.24: Moves form snippet outside the form tag
Encapsulates the form within a snippet for better control and reusability. This allows to refresh the form independently.