why keypress is not working in mat-select?











up vote
0
down vote

favorite












I want to execute function in typescript on any key pressing by user. For example, if the drop down contains values like 'Apple', 'Pineapple', 'Mango' and if user press 'M', focus should be get to the 'Mango' as per the standard HTML behaviour. Standard HTML behaviour for is : https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select



I have added (keypress) to the mat-select in html code. But it seems that keypress is not working as code in typescript function is not getting executed.
Angular version is 4.



below is the angular code:



<mat-form-field>
<mat-select (keypress)="selectKeyPress($event)" placeholder="State" formControlName = "state" required id="stateDrop">
<ng-container *ngFor = "let item of stateList">
<mat-option [value] = "item.stateId">{{item.name}}</mat-option>
</ng-container>
</mat-select>
<mat-error *ngIf="(form.controls['state'].invalid && form.controls['state'].touched)">You must select a state.</mat-error>
</mat-form-field>









share|improve this question
























  • Could you provide please a stackblitz, coz it seems working for me.
    – selem mn
    2 days ago










  • The default example is working. Please provide a Minimal, Complete, and Verifiable example reproducing the issue.
    – trichetriche
    2 days ago















up vote
0
down vote

favorite












I want to execute function in typescript on any key pressing by user. For example, if the drop down contains values like 'Apple', 'Pineapple', 'Mango' and if user press 'M', focus should be get to the 'Mango' as per the standard HTML behaviour. Standard HTML behaviour for is : https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select



I have added (keypress) to the mat-select in html code. But it seems that keypress is not working as code in typescript function is not getting executed.
Angular version is 4.



below is the angular code:



<mat-form-field>
<mat-select (keypress)="selectKeyPress($event)" placeholder="State" formControlName = "state" required id="stateDrop">
<ng-container *ngFor = "let item of stateList">
<mat-option [value] = "item.stateId">{{item.name}}</mat-option>
</ng-container>
</mat-select>
<mat-error *ngIf="(form.controls['state'].invalid && form.controls['state'].touched)">You must select a state.</mat-error>
</mat-form-field>









share|improve this question
























  • Could you provide please a stackblitz, coz it seems working for me.
    – selem mn
    2 days ago










  • The default example is working. Please provide a Minimal, Complete, and Verifiable example reproducing the issue.
    – trichetriche
    2 days ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I want to execute function in typescript on any key pressing by user. For example, if the drop down contains values like 'Apple', 'Pineapple', 'Mango' and if user press 'M', focus should be get to the 'Mango' as per the standard HTML behaviour. Standard HTML behaviour for is : https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select



I have added (keypress) to the mat-select in html code. But it seems that keypress is not working as code in typescript function is not getting executed.
Angular version is 4.



below is the angular code:



<mat-form-field>
<mat-select (keypress)="selectKeyPress($event)" placeholder="State" formControlName = "state" required id="stateDrop">
<ng-container *ngFor = "let item of stateList">
<mat-option [value] = "item.stateId">{{item.name}}</mat-option>
</ng-container>
</mat-select>
<mat-error *ngIf="(form.controls['state'].invalid && form.controls['state'].touched)">You must select a state.</mat-error>
</mat-form-field>









share|improve this question















I want to execute function in typescript on any key pressing by user. For example, if the drop down contains values like 'Apple', 'Pineapple', 'Mango' and if user press 'M', focus should be get to the 'Mango' as per the standard HTML behaviour. Standard HTML behaviour for is : https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select



I have added (keypress) to the mat-select in html code. But it seems that keypress is not working as code in typescript function is not getting executed.
Angular version is 4.



below is the angular code:



<mat-form-field>
<mat-select (keypress)="selectKeyPress($event)" placeholder="State" formControlName = "state" required id="stateDrop">
<ng-container *ngFor = "let item of stateList">
<mat-option [value] = "item.stateId">{{item.name}}</mat-option>
</ng-container>
</mat-select>
<mat-error *ngIf="(form.controls['state'].invalid && form.controls['state'].touched)">You must select a state.</mat-error>
</mat-form-field>






angular






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago









Ebin Manuval

664722




664722










asked 2 days ago









Ambar Dudhane

24




24












  • Could you provide please a stackblitz, coz it seems working for me.
    – selem mn
    2 days ago










  • The default example is working. Please provide a Minimal, Complete, and Verifiable example reproducing the issue.
    – trichetriche
    2 days ago


















  • Could you provide please a stackblitz, coz it seems working for me.
    – selem mn
    2 days ago










  • The default example is working. Please provide a Minimal, Complete, and Verifiable example reproducing the issue.
    – trichetriche
    2 days ago
















Could you provide please a stackblitz, coz it seems working for me.
– selem mn
2 days ago




Could you provide please a stackblitz, coz it seems working for me.
– selem mn
2 days ago












The default example is working. Please provide a Minimal, Complete, and Verifiable example reproducing the issue.
– trichetriche
2 days ago




The default example is working. Please provide a Minimal, Complete, and Verifiable example reproducing the issue.
– trichetriche
2 days ago












1 Answer
1






active

oldest

votes

















up vote
0
down vote













I had searched on your question but better thing is founded to used autocomplete.
https://material.angular.io/components/autocomplete/overview



reference link : Using keyboard to select items in md-select






share|improve this answer

















  • 1




    md prefixed components are deprecated dude, that would be better a comment than an answer :)
    – selem mn
    2 days ago










  • @selemmn i had given link not exact solution
    – Pradip
    2 days ago










  • @Pradip more reason to be a comment then.
    – trichetriche
    2 days ago











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53410260%2fwhy-keypress-is-not-working-in-mat-select%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













I had searched on your question but better thing is founded to used autocomplete.
https://material.angular.io/components/autocomplete/overview



reference link : Using keyboard to select items in md-select






share|improve this answer

















  • 1




    md prefixed components are deprecated dude, that would be better a comment than an answer :)
    – selem mn
    2 days ago










  • @selemmn i had given link not exact solution
    – Pradip
    2 days ago










  • @Pradip more reason to be a comment then.
    – trichetriche
    2 days ago















up vote
0
down vote













I had searched on your question but better thing is founded to used autocomplete.
https://material.angular.io/components/autocomplete/overview



reference link : Using keyboard to select items in md-select






share|improve this answer

















  • 1




    md prefixed components are deprecated dude, that would be better a comment than an answer :)
    – selem mn
    2 days ago










  • @selemmn i had given link not exact solution
    – Pradip
    2 days ago










  • @Pradip more reason to be a comment then.
    – trichetriche
    2 days ago













up vote
0
down vote










up vote
0
down vote









I had searched on your question but better thing is founded to used autocomplete.
https://material.angular.io/components/autocomplete/overview



reference link : Using keyboard to select items in md-select






share|improve this answer












I had searched on your question but better thing is founded to used autocomplete.
https://material.angular.io/components/autocomplete/overview



reference link : Using keyboard to select items in md-select







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 days ago









Pradip

2081310




2081310








  • 1




    md prefixed components are deprecated dude, that would be better a comment than an answer :)
    – selem mn
    2 days ago










  • @selemmn i had given link not exact solution
    – Pradip
    2 days ago










  • @Pradip more reason to be a comment then.
    – trichetriche
    2 days ago














  • 1




    md prefixed components are deprecated dude, that would be better a comment than an answer :)
    – selem mn
    2 days ago










  • @selemmn i had given link not exact solution
    – Pradip
    2 days ago










  • @Pradip more reason to be a comment then.
    – trichetriche
    2 days ago








1




1




md prefixed components are deprecated dude, that would be better a comment than an answer :)
– selem mn
2 days ago




md prefixed components are deprecated dude, that would be better a comment than an answer :)
– selem mn
2 days ago












@selemmn i had given link not exact solution
– Pradip
2 days ago




@selemmn i had given link not exact solution
– Pradip
2 days ago












@Pradip more reason to be a comment then.
– trichetriche
2 days ago




@Pradip more reason to be a comment then.
– trichetriche
2 days ago


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53410260%2fwhy-keypress-is-not-working-in-mat-select%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks