Mike Richards
Mike Richards
I noticed this (press play to view the GIF):  As you can see, highlighting is not supported when using a generic argument to add Typescript features....
# Bug Report I have just switched from SemanticUI to FomanticUI using the same code as shown in the snippet and the `set text` behavior no longer updates the text...
**Describe the bug** The un-minified code looks like the following: ```js function initializePage(getTotalCostUrl, tokenHeaderName, tokenValue) { function sendTotalCostRequest() { var payload = createTotalCostRequestPayload(); $.ajax({ url: getTotalCostUrl, headers: { [tokenHeaderName]: tokenValue...
I can't find a way to add a callback function that gets called with the search results (from flexsearch) so that I can add some analytics/logs etc... about what the...