We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When modifying selection in onchange method of a Model, the select options are not updated.
Note:
public static function onchange($event, $values) { $result = []; if(isset($event['type'])) { $result['subtype'] = [ 'value' => MAP_TYPES_SUBTYPES[$event['type']][0], 'selection' => MAP_TYPES_SUBTYPES[$event['type']] ]; } return $result; }
In the example above the value is updated in the front-end but not the selection.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When modifying selection in onchange method of a Model, the select options are not updated.
Note:
In the example above the value is updated in the front-end but not the selection.
The text was updated successfully, but these errors were encountered: