UX: more work on a search function

This commit is contained in:
Pieter Vander Vennet 2024-08-21 14:06:42 +02:00
parent 3cd04df60b
commit 00ad21d5ef
30 changed files with 636 additions and 138 deletions

View file

@ -617,7 +617,7 @@ export class UIEventSource<T> extends Store<T> implements Writable<T> {
}
/**
* Converts a promise into a UIVentsource, sets the UIEVentSource when the result is calculated.
* Converts a promise into a UIventsource, sets the UIeventSource when the result is calculated.
* If the promise fails, the value will stay undefined, but 'onError' will be called
*/
public static FromPromise<T>(