Skip to content

Releases: AppsDevTeam/nette-forms-components

v2.4.3

Choose a tag to compare

@thorewi thorewi released this 07 Jul 09:47
fix deprecated

v2.4.2: Merge pull request #13 from AppsDevTeam/f-password-reveal-value

Choose a tag to compare

@thorewi thorewi released this 29 Jun 20:21
541cb4d
fix: vypisuj ulozenou hodnotu i pro type=password

v2.4.1: Merge pull request #12 from AppsDevTeam/f-password-reveal-input

Choose a tag to compare

@thorewi thorewi released this 29 Jun 19:19
e1c2146
fix: vykresluj odkrývací script u každého controlu

v2.3.2

Choose a tag to compare

@thorewi thorewi released this 24 Jun 15:20
Use getter for control name

v2.3.1: Increments new component count if prefixed

Choose a tag to compare

@thorewi thorewi released this 05 Feb 06:51
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

Choose a tag to compare

@thorewi thorewi released this 31 Jan 07:30
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

Choose a tag to compare

@thorewi thorewi released this 30 Jan 13:01
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

Choose a tag to compare

@thorewi thorewi released this 10 Jan 13:09
Merge remote-tracking branch 'origin/main'

v2.2.25: Merge pull request #10 from AppsDevTeam/add-form-switcher

Choose a tag to compare

@thorewi thorewi released this 12 Dec 13:38
6cd2eb4
Add form switcher

v2.2.24: Moves form snippet outside the form tag

Choose a tag to compare

@thorewi thorewi released this 10 Nov 06:07
Encapsulates the form within a snippet for better control and reusability.

This allows to refresh the form independently.