- Added
AutocompleteNoTrigger
to display autocomplete suggestions without requiring any trigger character or string.
- Made
triggerEnd
customizable instead of using a hardcoded space (' '
). - Enhanced the handling of triggers that share a common prefix, such as
{
and{{
, ensuring that the correct trigger is identified and processed.
- Fixed
FieldView
focus getting lost on clicking theOptionsView
on non-mobile platforms. - Fixed
RangeError
whentextEditingValue.selection.isInvalid
. #11 - Fixed
AutocompleteTrigger
not getting triggered when the text is a multi-line string. #12
- Fixed Readme.
- Initial release.