Showing different text on dropdown selection vs dropdown options The Next CEO of Stack OverflowjQuery get specific option tag textHow can I know which radio button is selected via jQuery?How do I give text or an image a transparent background using CSS?Get selected text from a drop-down list (select box) using jQueryHow to style a <select> dropdown with only CSS?How do I vertically center text with CSS?How to make Twitter Bootstrap menu dropdown on hover rather than clickjQuery Get Selected Option From DropdownChanging Text into dropdownBinding select element to object in Angular

Which tube will fit a -(700 x 25c) wheel?

Anatomically Correct Strange Women In Ponds Distributing Swords

Which kind of appliances can one connect to electric sockets located in an airplane's toilet?

Why has the US not been more assertive in confronting Russia in recent years?

Is "for causing autism in X" grammatical?

Why do professional authors make "consistency" mistakes? And how to avoid them?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Is it possible to search for a directory/file combination?

Won the lottery - how do I keep the money?

sp_blitzCache results Memory grants

Unreliable Magic - Is it worth it?

Should I tutor a student who I know has cheated on their homework?

Sending manuscript to multiple publishers

What is "(CFMCC)" on an ILS approach chart?

Why does the UK parliament need a vote on the political declaration?

Is 'diverse range' a pleonastic phrase?

How do I transpose the first and deepest levels of an arbitrarily nested array?

Received an invoice from my ex-employer billing me for training; how to handle?

Interfacing a button to MCU (and PC) with 50m long cable

What benefits would be gained by using human laborers instead of drones in deep sea mining?

Is it ever safe to open a suspicious html file (e.g. email attachment)?

Why do remote companies require working in the US?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?



Showing different text on dropdown selection vs dropdown options



The Next CEO of Stack OverflowjQuery get specific option tag textHow can I know which radio button is selected via jQuery?How do I give text or an image a transparent background using CSS?Get selected text from a drop-down list (select box) using jQueryHow to style a <select> dropdown with only CSS?How do I vertically center text with CSS?How to make Twitter Bootstrap menu dropdown on hover rather than clickjQuery Get Selected Option From DropdownChanging Text into dropdownBinding select element to object in Angular










1















I have a requirement where my drop-down values in my select are an expanded div which has 3 lines. For example my options Could be something like below



Honda Accord
19'
Blue
--------------
Honda Civic
17'
Red


This is what my dropdown would look like when expanded. So instead of regular one line option I have a div with more detailed options. The challenge I am facing is when making my selection (I can correctly display the grid as above) my dropdown selection value shows as the context of the whole div. So for example my dropdown after selection would look like this.



[Honda Civic17'Red]



I am using Angular Material for my dropdown. Is anyone aware of a way to set the selection to another value than the option text? For example I would like my dropdown when selected to display [Honda Civic] instead of [Honda Covic17'Red].



Any help would be appreciated.



Thank you.










share|improve this question
























  • Could you post some code?

    – k97513
    Mar 8 at 15:24















1















I have a requirement where my drop-down values in my select are an expanded div which has 3 lines. For example my options Could be something like below



Honda Accord
19'
Blue
--------------
Honda Civic
17'
Red


This is what my dropdown would look like when expanded. So instead of regular one line option I have a div with more detailed options. The challenge I am facing is when making my selection (I can correctly display the grid as above) my dropdown selection value shows as the context of the whole div. So for example my dropdown after selection would look like this.



[Honda Civic17'Red]



I am using Angular Material for my dropdown. Is anyone aware of a way to set the selection to another value than the option text? For example I would like my dropdown when selected to display [Honda Civic] instead of [Honda Covic17'Red].



Any help would be appreciated.



Thank you.










share|improve this question
























  • Could you post some code?

    – k97513
    Mar 8 at 15:24













1












1








1








I have a requirement where my drop-down values in my select are an expanded div which has 3 lines. For example my options Could be something like below



Honda Accord
19'
Blue
--------------
Honda Civic
17'
Red


This is what my dropdown would look like when expanded. So instead of regular one line option I have a div with more detailed options. The challenge I am facing is when making my selection (I can correctly display the grid as above) my dropdown selection value shows as the context of the whole div. So for example my dropdown after selection would look like this.



[Honda Civic17'Red]



I am using Angular Material for my dropdown. Is anyone aware of a way to set the selection to another value than the option text? For example I would like my dropdown when selected to display [Honda Civic] instead of [Honda Covic17'Red].



Any help would be appreciated.



Thank you.










share|improve this question
















I have a requirement where my drop-down values in my select are an expanded div which has 3 lines. For example my options Could be something like below



Honda Accord
19'
Blue
--------------
Honda Civic
17'
Red


This is what my dropdown would look like when expanded. So instead of regular one line option I have a div with more detailed options. The challenge I am facing is when making my selection (I can correctly display the grid as above) my dropdown selection value shows as the context of the whole div. So for example my dropdown after selection would look like this.



[Honda Civic17'Red]



I am using Angular Material for my dropdown. Is anyone aware of a way to set the selection to another value than the option text? For example I would like my dropdown when selected to display [Honda Civic] instead of [Honda Covic17'Red].



Any help would be appreciated.



Thank you.







html angular drop-down-menu angular-material






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 8 at 15:46









k97513

1,450616




1,450616










asked Mar 8 at 14:37









Maxi PereyraMaxi Pereyra

277




277












  • Could you post some code?

    – k97513
    Mar 8 at 15:24

















  • Could you post some code?

    – k97513
    Mar 8 at 15:24
















Could you post some code?

– k97513
Mar 8 at 15:24





Could you post some code?

– k97513
Mar 8 at 15:24












1 Answer
1






active

oldest

votes


















1














You can customize the display of the selected item using MatSelectTrigger. An example is provided here: https://material.angular.io/components/select/overview#customizing-the-trigger-label.






share|improve this answer























  • Perfect! thank you. That is exactly what I was looking for.

    – Maxi Pereyra
    Mar 8 at 16:24











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',
autoActivateHeartbeat: false,
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%2f55065408%2fshowing-different-text-on-dropdown-selection-vs-dropdown-options%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









1














You can customize the display of the selected item using MatSelectTrigger. An example is provided here: https://material.angular.io/components/select/overview#customizing-the-trigger-label.






share|improve this answer























  • Perfect! thank you. That is exactly what I was looking for.

    – Maxi Pereyra
    Mar 8 at 16:24















1














You can customize the display of the selected item using MatSelectTrigger. An example is provided here: https://material.angular.io/components/select/overview#customizing-the-trigger-label.






share|improve this answer























  • Perfect! thank you. That is exactly what I was looking for.

    – Maxi Pereyra
    Mar 8 at 16:24













1












1








1







You can customize the display of the selected item using MatSelectTrigger. An example is provided here: https://material.angular.io/components/select/overview#customizing-the-trigger-label.






share|improve this answer













You can customize the display of the selected item using MatSelectTrigger. An example is provided here: https://material.angular.io/components/select/overview#customizing-the-trigger-label.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 8 at 15:31









G. TranterG. Tranter

5,3121625




5,3121625












  • Perfect! thank you. That is exactly what I was looking for.

    – Maxi Pereyra
    Mar 8 at 16:24

















  • Perfect! thank you. That is exactly what I was looking for.

    – Maxi Pereyra
    Mar 8 at 16:24
















Perfect! thank you. That is exactly what I was looking for.

– Maxi Pereyra
Mar 8 at 16:24





Perfect! thank you. That is exactly what I was looking for.

– Maxi Pereyra
Mar 8 at 16:24



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55065408%2fshowing-different-text-on-dropdown-selection-vs-dropdown-options%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

Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived