Skip to content

Tags: AppsDevTeam/nette-forms-components

Tags

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from AppsDevTeam/f-password-reveal-value

fix: vypisuj ulozenou hodnotu i pro type=password

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from AppsDevTeam/f-password-reveal-input

fix: vykresluj odkrývací script u každého controlu

v2.4

Toggle v2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from AppsDevTeam/f-password-reveal-input

feat: form prvek addPasswordReveal pro maskovaný text s odkrytím

v2.3.2

Toggle v2.3.2's commit message
Use getter for control name

v2.3.1

Toggle v2.3.1's commit message
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

Toggle v2.3.0's commit message
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

Toggle v2.2.27's commit message
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

Toggle v2.2.26's commit message
Merge remote-tracking branch 'origin/main'

v2.2.25

Toggle v2.2.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from AppsDevTeam/add-form-switcher

Add form switcher

v2.2.24

Toggle v2.2.24's commit message
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.