- Added
AutocompleteNoTriggerto display autocomplete suggestions without requiring any trigger character or string.
- Made
triggerEndcustomizable 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
FieldViewfocus getting lost on clicking theOptionsViewon non-mobile platforms. - Fixed
RangeErrorwhentextEditingValue.selection.isInvalid. #11 - Fixed
AutocompleteTriggernot getting triggered when the text is a multi-line string. #12
- Fixed Readme.
- Initial release.