Knockout-Validation icon indicating copy to clipboard operation
Knockout-Validation copied to clipboard

knockout validation plugin validation message display outside

Open jamesqdinghcm opened this issue 9 months ago • 0 comments

Hi, We have editable grid bind to ko view model like this <table data-bind="editablegrid: { datasource: entries }"> <input type="text" data-bind="value: accountNumber" /> item.accountNumber.extend({ validation: { // some business logic to detect duplicated entries

it works fine except when running down tables rows, validation error message displayed way outside. I did some search/reading and did not find a configuration to move it next to the input. So Log it as an issue for the plugin. Thanks

James

image

jamesqdinghcm avatar Sep 23 '23 01:09 jamesqdinghcm