devZakariya

Results 5 comments of devZakariya

Hellothank you a lot for your work i suggest a SelectFieldBloc with search and ley/value items

oh really i didn't know that @GiancarloCode Thank youuu

just override the defaultErrorBuilder ``` FieldBlocBuilder.defaultErrorBuilder = (BuildContext context, String error, FieldBloc fieldBloc) { switch (error) { case FieldBlocValidatorsErrors.required: // if (fieldBloc is MultiSelectFieldBloc || fieldBloc is SelectFieldBloc) { ////...