We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, as soon as we open the select element, the filter box is focused. Is there any way to not do that?
The text was updated successfully, but these errors were encountered:
@blackblood19 an option would be to add
@Input() disableInitialFocus: boolean = false;
and check for it in https://github.com/bithost-gmbh/ngx-mat-select-search/blob/master/src/app/mat-select-search/mat-select-search.component.ts#L292
would you like to add this and file a PR?
Sorry, something went wrong.
#47: allow disabling initial focusing of input field
f8dad27
#47: update changelog, set version to 1.4.0
1ca63d0
@blackblood19 version 1.4.0 contains an input @Input() disableInitialFocus to disable initial focusing of the input field.
1.4.0
@Input() disableInitialFocus
Successfully merging a pull request may close this issue.
Right now, as soon as we open the select element, the filter box is focused. Is there any way to not do that?
The text was updated successfully, but these errors were encountered: