Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AppsDevTeam/nette-forms-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-form-switcher
Choose a base ref
...
head repository: AppsDevTeam/nette-forms-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 12, 2025

  1. Merge pull request #10 from AppsDevTeam/add-form-switcher

    Add form switcher
    thorewi authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    6cd2eb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. Improves dynamic container functionality

    Enhances the dynamic container component by allowing for easier
    creation and management of static containers.
    
    This includes:
    - Using exceptions for clarity and error handling.
    - Improving default value setting by skipping when the form is not
      yet submitted.
    - Improving type safety.
    thorewi committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    49c2cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf3fc88 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. 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.
    thorewi committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    f1f0a3d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. 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.
    thorewi committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    9a75168 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  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.
    thorewi committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    e025082 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Use getter for control name

    thorewi committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    4a31ef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. Configuration menu
    Copy the full SHA
    bce30e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from AppsDevTeam/f-password-reveal-input

    feat: form prvek addPasswordReveal pro maskovaný text s odkrytím
    thorewi authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    c3ee810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a055e66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from AppsDevTeam/f-password-reveal-input

    fix: vykresluj odkrývací script u každého controlu
    thorewi authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    e1c2146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9159cd4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from AppsDevTeam/f-password-reveal-value

    fix: vypisuj ulozenou hodnotu i pro type=password
    thorewi authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    541cb4d View commit details
    Browse the repository at this point in the history
Loading