You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In smart-select with ts ,el props is required , like this .
el: HTMLElement | CSSSelector;
/** Link to initialized View instance which is required for Smart Select to work. By default, if not specified, it will be opened in parent View. */
But sometimes ,it is ok to use default value.
I think
el?: HTMLElement | CSSSelector;
is better.
Could anyone tell me ,what is "parent View " in last file ? SearchPage.md
The text was updated successfully, but these errors were encountered:
In smart-select with ts ,el props is required , like this .
el: HTMLElement | CSSSelector;
/** Link to initialized View instance which is required for Smart Select to work. By default, if not specified, it will be opened in parent View. */
But sometimes ,it is ok to use default value.
I think
el?: HTMLElement | CSSSelector;
is better.
Could anyone tell me ,what is "parent View " in last file ?
SearchPage.md
The text was updated successfully, but these errors were encountered: