Skip to content

Statická vazba události OnChange #154

Description

@raugustyn

Je vhodné refaktorovat, normální onchange se nevyvolá když se změní hodnota pomocí datalistu

document.getElementById('form_1_LocalityPart').addEventListener('input', function () { localityPartChanged(form_1, true); });
document.getElementById('form_3_LocalityPart').addEventListener('input', function () { localityPartChanged(form_3, true); });
document.getElementById('form_4_LocalityPart').addEventListener('input', function () { localityPartChanged(form_4, true); });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions