Something went wrong while fetching comments. Please try again.
Created by: ghost
Changes:
<div contentEditable>
Implements:
Notes:
suppressContentEditableWarning
, but that will require a refactor of the cursor position calculation, including how suggestions are added to the query, as that was coded for a single text <input>
. I'd like to leave this for a future PR so we can have time to discuss on the next feature to the search input and how that can be developed. The current additions are well isolated, and if it doesn't work out, the components can easily be switched back to using a single <input>
title
attribute. Future implementations may show quick-fix actions, but that will need some extra planning (previous item on refactoring)web/src/search/helpers.tsx
, the file is getting a bit long and might cause unnecessary conflicts on future code updatesUpdates:
ContentEditableInput