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

Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page