midoshawky / AutoCompleteTextField-Widget

Flutter widget created by me its used as AutoCompeleteTextField as the the one in native android u can use it very easly
1 stars 2 forks source link

Validation #1

Closed shabeenabarde closed 3 years ago

shabeenabarde commented 3 years ago

Is there a validation for this package so that it validates if its wrapped under the Form and warns if the field is missing.??

midoshawky commented 3 years ago

Actually this package was for just testing the pub but it seems that there's some interest in it so i will make sure to make it validable thank u for your notice

On Wed, Dec 16, 2020, 11:27 PM shabeenabarde notifications@github.com wrote:

Is there a validation for this package so that it validates if its wrapped under the Form and warns if the field is missing.??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/midoshawky/AutoCompleteTextField-Widget/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6YUKUTP3MPY6BXDIWL5ITSVEQ4DANCNFSM4U6TL5NQ .

shabeenabarde commented 3 years ago

@midoshawky Thank you so much, I came across this package and it looked more easier to use then the rest. If possible can you also put other functions which are most used in a text field like Controller and focusNode?