Anki/ts/sveltelib
Henrik Giesel b8eabfd622
Remove onInput call in input handler (#1819)
This was implemented by me to prevent seemingly empty fields,
which however still contain some HTML (e.g. <div></div>) and
thus will trigger in the templates.
However it only worked in very limited cases, maybe we could
solve this better by indicating whether a field has content somehow.
2022-04-25 13:56:05 +10:00
..
action-list.ts
async.ts
asyncReactive.ts
BUILD.bazel Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
closing-click.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
closing-keyup.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
context-property.ts
dom-mirror.ts
dynamic-slotting.ts
dynamicComponent.ts
event-store.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
export-runtime.ts
handler-list.ts
input-handler.ts Remove onInput call in input handler (#1819) 2022-04-25 13:56:05 +10:00
lifecycle-hooks.ts Fix plain text (#1689) 2022-02-25 11:14:26 +10:00
node-store.ts
portal.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
position.ts Fix outstanding tag editor issues (#1717) 2022-03-11 15:48:49 +10:00
preferences.ts
shortcut.ts Allow using keyup with registerShortcut (#1755) 2022-03-29 09:28:44 +10:00
store-subscribe.ts
subscribe-trigger.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
subscribe-updates.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
theme.ts
toggleable.ts Replace (some) Bootstrap dropdowns with Floating UI (#1695) 2022-03-02 14:21:19 +10:00
tsconfig.json
types.ts