egroupware_official/api/js/etemplate/Et2Select
ralf e7eb9f42e3 fix many errors around et2-select emulating old taglist:
- preprocessor: translate attributes autocomplete_url -> searchUrl, autocomplete_params -> searchOptions, and allow options
- sending search query as URL/GET parameter with default of app: <appname>
- handle searchUrl like allowFreeEntries by adding selected result to select_options via createFreeEntries, as they otherwise get removed by fix_bad_value not finding the value in select_options
- change taglist validation (again) to not validate search values
- still requires changes in application code, as taglist always behaved like multiple=true (returning and expecting an array of values) and did automatically search from client-side for it's initial value(s)
--> maybe more changes are in order to NOT require changing application code
--> fixes editing Sieve rules
2022-08-08 17:28:51 +02:00
..
Tag Add Et2SelectEmail.full_email property. Set to true when you need to see the full, original value 2022-07-19 13:18:51 -06:00
test Fix for double-submit caused by change handler bound twice 2022-07-05 13:15:32 -06:00
Et2Select.ts fix missing scrollbar in longer then visible dropdown 2022-08-08 14:44:37 +02:00
Et2SelectAccount.ts fix TypeError for account-selection type "primary_group" 2022-07-29 09:24:57 +02:00
Et2SelectCategory.ts Get select hover border back 2022-07-22 10:44:37 -06:00
Et2SelectCountry.ts Et2Select: Fix selects with static options from the server would not consistently keep any additional options set. 2022-07-15 12:56:24 -06:00
Et2SelectEmail.ts change all attribute-names of new et2-* widgets to camelCase 2022-07-21 17:57:50 +02:00
Et2SelectReadonly.ts Fix historylog multi-part entries did not actually show values 2022-07-26 11:41:07 -06:00
Et2SelectThumbnail.ts Et2SelectThumbnail 2022-06-17 13:07:33 -06:00
Et2WidgetWithSelectMixin.ts Handle initial value sometimes not set after Shoelace version bump 2022-08-05 11:32:59 -06:00
FindSelectOptions.ts fix many errors around et2-select emulating old taglist: 2022-08-08 17:28:51 +02:00
SearchMixin.ts fix many errors around et2-select emulating old taglist: 2022-08-08 17:28:51 +02:00
StaticOptions.ts Fix some bugs with static options being repeated 2022-07-19 11:47:03 -06:00