jcblancomartinez
jcblancomartinez
Hi, I would want buildCounter support in the same way as TextField. This implementation though would receive int currentMarkdownLength and int currentPlainTextLength. ``` typedef InputCounterWidgetBuilder = Widget? Function( BuildContext context,...
Hi, Is there any reason why CSS and JS dependencies should not be loaded in the following way? ``` ... ... ``` That would allow to minimize the number of...
Hi, I would like to be able to remove the selected entry from the list of suggestions when setting keepSuggestionsOnSuggestionSelected to true. Currently it is not possible. As a workaround,...
Hi, I've configured Tags with horizontalScroll: true and TagsTextField enabled. After having added four tags (Test1, Test2, Test3, Test4), I no longer see the TagsTextField to enter my fifth tag...