Knockout-Contrib / Knockout-Contrib/Knockout-Validation

Knockout Validation Decorate Element is not Working when html is Loaded dynamically.

Open
#543 19 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1k
Forks
366
PR merge metrics
No merged PRs in 30d

Description

I am calling functions like this:

ko.validation.registerExtenders();
ko.validation.init({ decorateInputElement: true, insertMessages: false, errorElementClass:'input-danger' });
ko.applyBindingsWithValidation(viewmodel, document.getElementById("someDIV"));

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the behavior described with dynamically loaded HTML, using ko.validation.registerExtenders(), ko.validation.init(), and ko.applyBindingsWithValidation() on someDIV. Compare the result with the expected decorateInputElement behavior and identify the relevant validation or binding entry point. Done means dynamically loaded elements receive the configured input-danger class without inserted messages.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.