TagsListSelector
Introduction
Function signature
tags_list_selector = TagsListSelector(
tag_metas=tag_metas,
multiple=False,
empty_notification=None,
widget_id=None
)Parameters
Parameters
Type
Description
tag_metas
multiple
empty_notification
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Create list of tag metas
Initialize TagsListSelector widget, NotificationBox widget for custom notification and Text widget for displaying selected tags count
TagsListSelector widget, NotificationBox widget for custom notification and Text widget for displaying selected tags countCreate app layout
Create app using layout
Add functions to control widgets from python code
Last updated