Knockout-Contrib / Knockout-Contrib/Knockout-Validation
Knockout Validation Decorate Element is not Working when html is Loaded dynamically.
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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