maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 64 forks source link

Add Max Length and Text Counter Builder #146

Closed luckycreationsindia closed 5 months ago

luckycreationsindia commented 5 months ago

The code has been updated to allow setting the maximum character limit for the SearchField widget in Dart. In addition to defining the maxLength, you can also specify how to enforce the length limit and create a widget for displaying the current length/limit information.

This will add feature to allow adding maxLength and related changes (Enforcement and Counter)

This will fix this issue:

Add Max Length and Option to disable counter for TextFormField #145

Pre-launch Checklist

If you need help, consider pinging the maintainer @maheshmnj

codecov[bot] commented 5 months ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

maheshj01 commented 5 months ago

Thank you for your contribution @luckycreationsindia