Skip to content

suggest: Add possibility to pass custom input block #11

@narqo

Description

@narqo

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',
    ···
  }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions