Fluent UI
3 TopicsMastering Hackathons with Microsoft Design-Led Thinking: Unleash Your Creative Potential
Unlock your team's full potential in hackathons with Microsoft Design-Led Thinking. Explore the principles of empathizing, ideating, prototyping, and delivering with impact. Enhance your problem-solving skills and create innovative solutions that make a lasting impact.5.9KViews10likes16Commentsfluent ui TagPicker show Footer
Trying to get the Footer option in the TagPicker, but it does not seems to work, how to get the Footer in TagPicker const pickerSuggestionsProps = { suggestionsHeaderText: "suggestedResults", noResultsFoundText:"resultsNotfound", isResultsFooterVisible : true, resultsFooter: () => <div>Hello world</div> } <TagPicker removeButtonAriaLabel="Remove" selectionAriaLabel="Selected Lookups" onResolveSuggestions={filterSuggestedTags} getTextFromItem={getTextFromItem} pickerSuggestionsProps={pickerSuggestionsProps} itemLimit={1} inputProps={{ id: "id", }} onEmptyInputFocus={(tagList) => onEmptyInputFocus('', tagList, testTags)} defaultSelectedItems={selectedItems} onChange={onTagsChange} selectedItems = {selectedItems} onItemSelected={onItemSelected} onRenderSuggestionsItem={onRenderSuggestionsItem} />933Views0likes0Comments