Files
Obtainium/lib
Imran Remtulla 3228a2a42c Fix keyboard closing on add-app additional settings fields
_generateFormState._computeItemsHash included item.value for
switches and dropdowns (only text fields were excluded). On the
add-app page, _buildSourceSpecificForm mutates item.value from
additionalSettings on every rebuild, so any value change via a
related onValueChanges callback would alter the hash, trigger
_initFormData, dispose all TextEditingControllers, and kill the
keyboard.

Hash now uses only key + runtime type for all item kinds -- form
re-initialization is driven by widget key changes (source
switch), not value fluctuations.
2026-07-15 18:25:16 +01:00
..
2026-07-15 17:56:35 +01:00