Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knockout validation plugin validation message display outside #682

Open
jamesqdinghcm opened this issue Sep 23, 2023 · 0 comments
Open

knockout validation plugin validation message display outside #682

jamesqdinghcm opened this issue Sep 23, 2023 · 0 comments

Comments

@jamesqdinghcm
Copy link

jamesqdinghcm commented Sep 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant