Skip to content

Conversation

@cesarve77
Copy link

@cesarve77 cesarve77 commented Oct 18, 2016

Before only input values can pick up values from query string

before: this.$("input#at-field-" + fieldId).val(inputQueryVal);
now: this.$("[name]#at-field-" + fieldId).val(inputQueryVal);

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

Successfully merging this pull request may close these issues.

1 participant