Shachar
Shachar
I saw #164 , don't remember what I did there
+1
#217
I found a solution. This patches `SearchResult#replace` `ContenteditableEditor#applySearchResult` in order for the methods to handle html. ```ts import { ContenteditableEditor } from "@textcomplete/contenteditable"; import { SearchResult, StrategyProps, Textcomplete, TextcompleteOption }...
I have noticed that for string values sometimes the dropdown doesn't show. This is caused by a wrong value of `beforeCursor`.
https://codesandbox.io/s/async-fast-1f8yx?file=/src/App.tsx
workaround ```js document.getElementsByClassName('ais-SearchBox-input')[0].setAttribute('dir', 'auto'); ```
Unfortunately not. `css` doesn't support `auto` value
Maybe. Could you point me to the relevant tests?