/
kotelnikoff
/
go_form
ОбзорДокументацияВойти
/
kotelnikoff
/
go_form
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
go_form/
.../lib/inputs/
..
go_check_box.dart

## [1.2.0] - 2025-03-09 ### New Features - Added methods for subscribing to form validation state changes: - `addValidationListener(void Function(bool) listener)` – allows subscribing to form validation state changes (valid/invalid). - `removeValidationListener(void Function(bool) listener)` – removes a previously added validation listener.

год назад
go_dropdown_button.dart

## [1.8.1] - 2025-07-05 ### Fixed - Fixed an issue where validation error state would not clear after successful re-validation

год назад
go_dynamic_input.dart

## [1.1.0] - 2025-02-28 ### Added - **Getter `errorsKey`**: Returns a `List<Key?>` containing all elements with validation errors. - **Method `firstFieldKey`**: Returns the `Key` of the first element in `_fields`, or `null` if `_fields` is empty. - **Method `scrollToFirstField()`**: Automatically scrolls to the first field in `_fields` and requests focus. - **Method `scrollToFirstErrorField()`**: Scrolls to the first field with an error and requests focus. - Improved validation handling: now it's easier to locate and scroll to invalid fields.

год назад
go_form_files.dart

## [1.8.0] - 2025-07-05

год назад
go_password_input.dart

## [1.8.1] - 2025-07-05 ### Fixed - Fixed an issue where validation error state would not clear after successful re-validation

год назад
go_phone_input.dart

init

2 года назад
go_recaptcha.dart

## [1.5.0] - 2025-06-14 ### Added - Added `onInit(FieldController<T>)` method to `FormFieldModelBase`, which is called once when the field is initialized in the form. - Useful for custom one-time field logic (e.g., preloading data, triggering async calls).

год назад
go_text_input.dart

### Added

год назад
inputs.dart

init

2 года назад
root_input.dart

## [1.8.1] - 2025-07-05 ### Fixed - Fixed an issue where validation error state would not clear after successful re-validation

год назад
search_input.dart

## [1.8.0] - 2025-07-05

год назад