Searched refs:autofocus (Results 1 – 8 of 8) sorted by relevance
22 [Reflect] attribute boolean autofocus;
23 [Reflect] attribute boolean autofocus;
32 [Reflect] attribute boolean autofocus;
54 autofocus
27 [Reflect] attribute boolean autofocus;
576 autofocus: true, property
54 if (options.autofocus && !mobile) focusInput(this);80 if (hasFocus || (options.autofocus && !mobile)) setTimeout(bind(onFocus, this), 20);3611 if (options.autofocus == null) {3615 options.autofocus = hasFocus == textarea ||