mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-16 15:55:16 +03:00
328cb60f18
Selection forms without a search field (e.g. ERP Соглашения) have only filter fields like ТипСоглашения. The old code fell back to inputs[0], typing the search text into the filter field and breaking the form. Now pickFromSelectionForm only uses inputs whose ID matches known search field patterns (поиск/search/строкапоиска/SearchString/find). When no search input is found, it skips text entry and matches rows directly in the grid — which works because the target value is visible among the rows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>