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

suggest: Add possibility to pass custom input block #11

Open
narqo opened this issue Dec 6, 2015 · 0 comments
Open

suggest: Add possibility to pass custom input block #11

narqo opened this issue Dec 6, 2015 · 0 comments
Milestone

Comments

@narqo
Copy link
Owner

narqo commented Dec 6, 2015

Compositional controls like contacts selection or tag selection might need to use custom input implementation.

suggest should provide an ability to pass any input that satisfies current interface as a custom field in BEMJSON:

{ block : 'suggest',
  mods : { has-dataprovider : 'tags-store' },
  input : {
    block : 'input',
    ···
  }
}
@narqo narqo added this to the 1.0 milestone Dec 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant