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
Compositional controls like contacts selection or tag selection might need to use custom input implementation.
input
suggest should provide an ability to pass any input that satisfies current interface as a custom field in BEMJSON:
suggest
{ block : 'suggest', mods : { has-dataprovider : 'tags-store' }, input : { block : 'input', ··· } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compositional controls like contacts selection or tag selection might need to use custom
input
implementation.suggest
should provide an ability to pass anyinput
that satisfies current interface as a custom field in BEMJSON:The text was updated successfully, but these errors were encountered: