nathan
|
4f575894a2
|
Et2Select: Fix selecting a second search result could remove first one
|
2023-09-29 13:43:12 -06:00 |
|
nathan
|
124b6b1f96
|
Fix link-to would close & clear immediately after selecting a result
|
2023-09-28 11:00:30 -06:00 |
|
nathan
|
bbf676597f
|
Et2Select: Fix selected search results sometimes disappeared
|
2023-09-27 11:15:13 -06:00 |
|
nathan
|
735b52b38b
|
Remove block_change_event
It doesn't seem to be needed now, and is actually stopping the first user change from firing (change alarm time in calendar edit)
|
2023-09-25 09:37:48 -06:00 |
|
nathan
|
e2d3c5f1e8
|
Get some automatic tests working again
|
2023-09-20 14:24:01 -06:00 |
|
nathan
|
5349c7a966
|
Fix selects with no emptyLabel but an option with value="" did not return a value
|
2023-09-20 08:20:22 -06:00 |
|
nathan
|
cdd13e5109
|
Fix doubled options with freeEntries
|
2023-09-19 16:04:19 -06:00 |
|
nathan
|
a4b0a2a1f0
|
Get country flags showing again
|
2023-09-19 15:20:36 -06:00 |
|
nathan
|
36f42f77db
|
Fix quick add did not always work the second time
|
2023-09-19 13:53:15 -06:00 |
|
nathan
|
cb484c8f6c
|
Fix some selectbox non-values causing issues
|
2023-09-19 13:01:49 -06:00 |
|
hadi
|
e72671bc20
|
Fix styling of readonly selectbox
|
2023-09-19 14:03:26 +02:00 |
|
nathan
|
f75567a863
|
Select improvements
- Add _styleTemplate for easier extension
- re-organize file
- Fix weird tag style
- some cleanup
|
2023-09-18 16:09:43 -06:00 |
|
nathan
|
1d1b3f5947
|
Avoid JS error on blur
|
2023-09-14 14:33:16 -06:00 |
|
nathan
|
472ee73dda
|
Improve styling & behaviour of Et2SelectEmail
|
2023-09-14 14:30:20 -06:00 |
|
nathan
|
fade177f10
|
Fix first select option was not set
|
2023-09-14 11:48:30 -06:00 |
|
Nathan Gray
|
e323cd1d79
|
Feature/shoelace 2.4 upgrade (#135)
Update shoelace to 2.9.0
|
2023-09-13 11:55:33 -06:00 |
|
nathan
|
0b036f49b8
|
Et2Select: Fix some static option selects did not show their values when readonly
|
2023-08-28 13:50:09 -06:00 |
|
hadi
|
b33f0fa8cf
|
Fix js error happens when there's no label set on select options
|
2023-08-28 12:17:42 +02:00 |
|
nathan
|
c8d4682672
|
Fix class case
|
2023-08-18 08:47:37 -06:00 |
|
ralf
|
8b22a258c6
|
fixing the fix, item is a regular (not DOM-)object and not undefined
|
2023-05-19 09:26:21 +02:00 |
|
ralf
|
71278c8041
|
fix TypeError: item.querySelector is not a function
|
2023-05-19 09:20:47 +02:00 |
|
nathan
|
be25869a1d
|
Et2Select: If the value contains something that does not pass validation, show it as an invalid tag so it can be removed.
|
2023-05-18 10:48:33 -06:00 |
|
nathan
|
6ecb2d8cf9
|
Et2Select: Fix missing options filter to handle option groups too
|
2023-05-16 11:02:20 -06:00 |
|
nathan
|
d5d217c589
|
Some "invalid option" fixes:
- Don't notify user, just log it to the console
- Fix calendar owner filtered out not loaded options
|
2023-05-11 10:56:42 -06:00 |
|
nathan
|
01ab3ab85a
|
Et2Select: Fix selection of first option when no value provided, broken by 134cd9d249
|
2023-05-10 09:19:43 -06:00 |
|
nathan
|
820bd35689
|
Fix filtered out invalid values were still left in value
|
2023-05-09 14:28:02 -06:00 |
|
nathan
|
3e1b1e56dc
|
Fix focussed select does not close when it loses focus
Mail reply moves focus from To: to body, and To dropdown stayed open
|
2023-05-09 14:04:02 -06:00 |
|
nathan
|
134cd9d249
|
Fix invalid option check did not work for multiple
|
2023-05-09 08:57:55 -06:00 |
|
nathan
|
4ce6bb3f3d
|
Et2Select: Remove values that use options that aren't there to avoid the validation error
|
2023-05-05 11:08:47 -06:00 |
|
nathan
|
5c1c31e2a5
|
Fix typo in 5a824ef
|
2023-04-19 10:25:49 -06:00 |
|
nathan
|
9e8bc6e1ee
|
Let change event bubble so it can be caught by parents
|
2023-04-19 10:03:54 -06:00 |
|
nathan
|
5a824ef25b
|
Et2Select: Fix doubled tags, long tags missing ellipsis
|
2023-04-18 10:36:34 -06:00 |
|
nathan
|
358cc70d66
|
Preferences: Add a preference for if select multiple dropdowns stay open or closes immediately after selection
|
2023-04-17 09:28:27 -06:00 |
|
nathan
|
aa89bf82af
|
Et2Select: Re-color dropdown icon in darkmode
|
2023-04-05 11:30:36 -06:00 |
|
nathan
|
55116c7b49
|
Et2Select: Fix select closes immediately after opening
If you click to open then click again to close, select wouldn't stay open after that.
|
2023-04-04 10:12:48 -06:00 |
|
nathan
|
98ae5aac1c
|
Et2Select: It was impossible to have "," in an option value, as it would get split by set_value()
see a9d2a3972c
|
2023-04-03 14:55:04 -06:00 |
|
nathan
|
a9d2a3972c
|
Et2Select: It was impossible to have "," as an option value, as it would get split by fix_bad_value()
|
2023-04-03 08:52:31 -06:00 |
|
hadi
|
c4809386e1
|
Set a max height for select tags
|
2023-03-31 14:07:30 +02:00 |
|
nathan
|
deefd1e0ea
|
Et2SelectDayOfWeek: Fix missing all days, weekday, weekend options
|
2023-03-30 08:33:07 -06:00 |
|
nathan
|
b67abdafd1
|
Fix up recur days
|
2023-03-28 13:48:26 -06:00 |
|
nathan
|
af66c63714
|
Keep select tag icons their original color
|
2023-03-24 11:45:55 -06:00 |
|
nathan
|
8de9ffc240
|
Et2Select: Fix keyboard navigation in search results & sidebox category closes
|
2023-03-23 17:21:32 -06:00 |
|
nathan
|
5614870a29
|
Et2Select: Always close the dropdown after an option is selected, even if multiple=true. Now for keypresses too.
see 62402f39ae
|
2023-03-23 16:02:09 -06:00 |
|
nathan
|
62402f39ae
|
Et2Select: Always close the dropdown after an option is selected, even if multiple=true
|
2023-03-23 15:23:32 -06:00 |
|
ralf
|
43dfaa6bc2
|
fixes for transpiling: import instantiated StaticOptions object, not the type
has also the benefit of using a single instance
|
2023-03-13 19:38:36 +01:00 |
|
nathan
|
41cbb68de0
|
Et2Select: Fix extra scrollbar with rows=1, multiple, hover lots (> 8 or so) of rows
|
2023-02-22 16:23:56 -07:00 |
|
nathan
|
f7d44c63cb
|
Enable disabled select options
|
2023-02-22 09:51:57 -07:00 |
|
nathan
|
33ca8a47a9
|
Et2Select: Tweak size calculations for rows setting to work better for all font size preferences
|
2023-02-16 11:59:34 -07:00 |
|
nathan
|
524a9b3c7b
|
Change how readonly multiple selects with rows=1 show more tags are hidden
Showing total number of values is way easier than showing the number that aren't displayed
|
2023-02-15 13:23:05 -07:00 |
|
nathan
|
d02a40ee82
|
Et2Select: Remove any doubled values when setting value
|
2023-02-13 14:00:52 -07:00 |
|