File tree Expand file tree Collapse file tree
packages/module/patternfly-docs/content/extensions/chatbot/examples/UI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,35 +86,35 @@ export const ChatbotHeaderTitleDemo: FunctionComponent = () => {
8686 label = "Display drawer"
8787 isChecked = { isDrawerOpen }
8888 onChange = { ( ) => setIsDrawerOpen ( ! isDrawerOpen ) }
89- id = "drawer-visible"
89+ id = "search-actions- drawer-visible"
9090 name = "drawer-visible"
9191 />
9292 < Checkbox
9393 label = "Show drawer head divider"
9494 isChecked = { hasDrawerHeadDivider }
9595 onChange = { ( ) => setHasDrawerHeadDivider ( ! hasDrawerHeadDivider ) }
96- id = "drawer-head-divider"
96+ id = "search-actions- drawer-head-divider"
9797 name = "drawer-head-divider"
9898 />
9999 < Checkbox
100100 label = "Show search action start"
101101 isChecked = { showSearchActionStart }
102102 onChange = { ( ) => setShowSearchActionStart ( ! showSearchActionStart ) }
103- id = "show-search-action-start"
103+ id = "search-actions- show-search-action-start"
104104 name = "show-search-action-start"
105105 />
106106 < Checkbox
107107 label = "Show search action end"
108108 isChecked = { showSearchActionEnd }
109109 onChange = { ( ) => setShowSearchActionEnd ( ! showSearchActionEnd ) }
110- id = "show-search-action-end"
110+ id = "search-actions- show-search-action-end"
111111 name = "show-search-action-end"
112112 />
113113 < Checkbox
114114 label = "Show loading state"
115115 isChecked = { isLoading }
116116 onChange = { ( ) => setIsLoading ( ! isLoading ) }
117- id = "drawer-is-loading"
117+ id = "search-actions- drawer-is-loading"
118118 name = "drawer-is-loading"
119119 />
120120 < ChatbotConversationHistoryNav
You can’t perform that action at this time.
0 commit comments