{"id":95,"date":"2020-12-02T14:15:24","date_gmt":"2020-12-02T13:15:24","guid":{"rendered":"https:\/\/transferttexei.wordpress.com\/2021\/08\/09\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/"},"modified":"2024-04-17T16:45:46","modified_gmt":"2024-04-17T14:45:46","slug":"day-2-changes-for-components-in-winter-21-texeiadventcalendar","status":"publish","type":"post","link":"https:\/\/texei.com\/en\/salesforce-news\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/","title":{"rendered":"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar"},"content":{"rendered":"\r\n<p>Hi everyone, for today, i will bring to light some new attributes you can now use since the winter release: description property in combobox\u00a0. I hope you had a great time yesterday with <a href=\"https:\/\/medium.com\/u\/6e1d211de163\" target=\"_blank\" rel=\"noopener\">J\u00e9r\u00e9my VIAL<\/a>\u2019s article, in case you missed it, you can find it <a href=\"https:\/\/blog.texei.com\/day-1-lightning-web-component-challenge-texeiadventcalendar-231743ef2b19\" target=\"_blank\" rel=\"noopener\">here<\/a> and test your security skills with LWC.<\/p>\r\n\r\n\r\n\r\n<p>And now ladies and gentlemen, let\u2019s start our ceremony and let the show begins.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u2026 And the oscar goes to\u00a0\u2026 description property in combobox\u00a0\u2026<\/h3>\r\n\r\n\r\n\r\n<p>I choose this novelty because I think it could be helpful to define the values of some picklists without using helptext. For sure we are not going to use that functionality in a \u201cnew, open, closed\u201d picklist but for trickiest values.<\/p>\r\n\r\n\r\n\r\n<p>This new property is for the <code>options<\/code> attribute in lightning:combobox (Aura) and you can use it in LWC too.<\/p>\r\n\r\n\r\n\r\n<p>Here is the definition of description property\u00a0:<\/p>\r\n\r\n\r\n\r\n<p><strong><em>description<\/em><\/strong><em>\u00a0: Defines descriptive text for a list item. The descriptive text displays below the label of the list item. When adding descriptions, specify a description for each item in a list. <\/em><strong><em>If some items are missing descriptions, the text of the items can be misaligned.<\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p>Here\u2019s an example using the <code>description<\/code> property in a component\u2019s JavaScript:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code> var options = [\r\n        {value: 'OfCourse', label: 'Of course', <strong>description<\/strong>: 'I\\'m an angel'},\r\n        {value: 'NotReally', label: 'Not Really', <strong>description<\/strong>: 'Some sympathy for the Devil'},\r\n        {value: 'isReal', label: 'Is Santa Real ? ', <strong>description<\/strong>: 'The truth hurts...'}\r\n     ];<\/code><\/pre>\r\n\r\n\r\n\r\n<p>And for the component, you can use lightning:combobox as usual\u00a0:<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-2132\" src=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg.png\" alt=\"description property in combobox\u00a0\" width=\"800\" height=\"223\" srcset=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg-200x56.png 200w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg-300x84.png 300w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg-400x112.png 400w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg-600x167.png 600w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg-768x214.png 768w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_QJ3sJiGFs421X46S5Z0ADg.png 800w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>And Voila\u00a0!, you have some description for your picklist values\u00a0!<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"616\" height=\"251\" class=\"wp-image-2133\" src=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_TiBAHhM6KnWU-4O0JURaUA.png\" alt=\"\" srcset=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_TiBAHhM6KnWU-4O0JURaUA-200x81.png 200w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_TiBAHhM6KnWU-4O0JURaUA-300x122.png 300w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_TiBAHhM6KnWU-4O0JURaUA-400x163.png 400w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_TiBAHhM6KnWU-4O0JURaUA-600x244.png 600w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_TiBAHhM6KnWU-4O0JURaUA.png 616w\" sizes=\"(max-width: 616px) 100vw, 616px\" \/><\/figure>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"480\" height=\"270\" class=\"wp-image-2134\" src=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_uhWd3QX-w28RAr9Va6LF6Q.gif\" alt=\"\" \/><\/figure>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>\u2026 the Award <em>for Best <\/em><\/strong>Supporting Actor <strong><em>goes to\u00a0\u2026 inputAddress\u00a0\u2026<\/em><\/strong><\/h3>\r\n\r\n\r\n\r\n<p>I selected this second to be in the continuity of the description property. It will help us to be more precise on what we are waiting for from the user. Sometimes when users are not used to work in English they may be lost and add a place holder like \u201cExample\u00a0: Ile de France\u201d for the province field, can be useful. Futhermore you can, once again, clarify fields without using the helptext and bypass a useless click.<\/p>\r\n\r\n\r\n\r\n<p>Like the description property, you can use it in Aura components and Lighning Web components.<\/p>\r\n\r\n\r\n\r\n<p>Here is the attributes definition you will find in release note<\/p>\r\n\r\n\r\n\r\n<p><em>The following attributes are new.<\/em><\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong><em>address-lookup-placeholder \/ addressLookupPlaceholder<\/em><\/strong><em>\u00a0: The placeholder for the address lookup field, which is visible only when you use show-address-lookup.<\/em><\/li>\r\n<li><strong><em>street-placeholder \/ streetPlaceholder\u00a0: <\/em><\/strong><em>The placeholder for the street field.<\/em><\/li>\r\n<li><strong><em>city-placeholder<\/em><\/strong><em> \/ <\/em><strong><em>cityPlaceholder\u00a0<\/em><\/strong><em>: The placeholder for the city field.<\/em><\/li>\r\n<li><strong><em>province-placeholder \/ provincePlaceholder\u00a0<\/em><\/strong><em>: The placeholder for the province field.<\/em><\/li>\r\n<li><strong><em>country-placeholder \/ countryPlaceholder<\/em><\/strong><em>\u00a0: The placeholder for the country field.<\/em><\/li>\r\n<li><strong><em>postal-code-placeholder \/ postalCodePlaceholder\u00a0<\/em><\/strong><em>: The placeholder for the postal code field.<\/em><\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>Here you have a example for Aura component\u00a0:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>|        &lt;lightning:inputAddress\r\n            aura:id=\"myaddress\"\r\n            addressLabel=\"Address for Gifts Delivery\"\r\n<strong>streetPlaceholder<\/strong>=\"Lapink\u00e4vij\u00e4ntie 4\"\r\n<strong>cityPlaceholder<\/strong>=\"Rovaniemi\"\r\n<strong>provincePlaceholder<\/strong>=\"Lapland\"\r\n<strong>countryPlaceholder<\/strong>=\"Finland\"\r\n<strong>postalCodePlaceholder<\/strong>=\"96100\"\r\n            streetLabel=\"Street\"\r\n            cityLabel=\"City\"\r\n            countryLabel=\"Country\"\r\n            provinceLabel=\"State\"\r\n            postalCodeLabel=\"PostalCode\"\r\n        \/&gt;\r\n\r\n<\/code><\/pre>\r\n\r\n\r\n\r\n<p>A picture is worth a thousand word\u00a0:<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"518\" height=\"311\" class=\"wp-image-2135\" src=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_X5BNjfaPZGE6xNyxbdKTyg.png\" alt=\"\" srcset=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_X5BNjfaPZGE6xNyxbdKTyg-200x120.png 200w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_X5BNjfaPZGE6xNyxbdKTyg-300x180.png 300w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_X5BNjfaPZGE6xNyxbdKTyg-400x240.png 400w, https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_X5BNjfaPZGE6xNyxbdKTyg.png 518w\" sizes=\"(max-width: 518px) 100vw, 518px\" \/><\/figure>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>\u2026 And Last but not least\u00a0\u2026<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>The <strong>email <\/strong>type for <strong>lightning:input<\/strong> and <strong>lightning:inputField<\/strong>, now, supports <strong>UTF-8 encoding<\/strong> for entering an international email address.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u2026 To infinity and\u00a0beyond!<\/h3>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" class=\"wp-image-2136\" src=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_RL_kq0waEo7sTUYb4MSypA.gif\" alt=\"\" \/><\/figure>\r\n\r\n\r\n\r\n<p>That&#8217;s all for the description property in combobox. To see all the changes they came with the winter 21 release, you can find all new and modified fields in the release note.<\/p>\r\n\r\n\r\n\r\n<p>Here for the LWC\u00a0: <a href=\"https:\/\/help.salesforce.com\/articleView?id=release-notes.rn_lwc_components.htm&amp;type=5&amp;release=228\" target=\"_blank\" rel=\"noopener\"><strong>New and Changed Lightning Web Components<\/strong><\/a><\/p>\r\n\r\n\r\n\r\n<p>Here for the Aura components\u00a0: <a href=\"https:\/\/help.salesforce.com\/articleView?id=release-notes.rn_aura_components.htm&amp;type=5&amp;release=228\" target=\"_blank\" rel=\"noopener\">New and Changed Aura Components<\/a><\/p>\r\n\r\n\r\n\r\n<p>Hope you had a good read, and come back tomorrow for a new article written by <a href=\"https:\/\/medium.com\/u\/f0dda18d6ffe\" target=\"_blank\" rel=\"noopener\">Elora Guyader<\/a>.<\/p>\r\n\r\n\r\n\r\n<p>And if you don\u2019t want to wait, you can go to <a href=\"https:\/\/texei.com\/news-salesforce\/day1-lightning-web-component-challenge-texeiadventcalendar\/\" target=\"_blank\" rel=\"noopener\">https:\/\/texei.com<\/a> to see more content.<\/p>\r\n\r\n\r\n\r\n<p>Follow us on LinkedIn <a href=\"https:\/\/fr.linkedin.com\/company\/texei\" target=\"_blank\" rel=\"noopener\">here<\/a> and on Twitter <a href=\"https:\/\/twitter.com\/TexeiFrance?s=20\" target=\"_blank\" rel=\"noopener\">here<\/a><\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Hi everyone, for today, i will bring to light some new attributes you can now use since the winter release: description property in combobox\u00a0. I hope you had a great time yesterday with J\u00e9r\u00e9my VIAL\u2019s article, in case you missed it, you can find it here and test your security skills with LWC. And now [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":2131,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[149],"tags":[],"class_list":["post-95","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news-salesforce"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar - Texe\u00ef<\/title>\n<meta name=\"description\" content=\"Enhance UX with new Salesforce attributes. Description property in combobox, inputAddress for precise user input, UTF-8 email support.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar\" \/>\n<meta property=\"og:description\" content=\"Enhance UX with new Salesforce attributes. Description property in combobox, inputAddress for precise user input, UTF-8 email support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/\" \/>\n<meta property=\"og:site_name\" content=\"Texe\u00ef\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-02T13:15:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-17T14:45:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"690\" \/>\n\t<meta property=\"og:image:height\" content=\"388\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"Daniel Lopes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/\"},\"author\":{\"name\":\"Daniel Lopes\",\"@id\":\"https:\\\/\\\/texei.com\\\/#\\\/schema\\\/person\\\/debb1dca7c7b2807ec48df7dd29d0c88\"},\"headline\":\"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar\",\"datePublished\":\"2020-12-02T13:15:24+00:00\",\"dateModified\":\"2024-04-17T14:45:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/\"},\"wordCount\":548,\"publisher\":{\"@id\":\"https:\\\/\\\/texei.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif\",\"articleSection\":[\"News Salesforce\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/\",\"url\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/\",\"name\":\"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar - Texe\u00ef\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/texei.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif\",\"datePublished\":\"2020-12-02T13:15:24+00:00\",\"dateModified\":\"2024-04-17T14:45:46+00:00\",\"description\":\"Enhance UX with new Salesforce attributes. Description property in combobox, inputAddress for precise user input, UTF-8 email support.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif\",\"contentUrl\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif\",\"width\":690,\"height\":388},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/texei.com\\\/en\\\/news-salesforce\\\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/texei.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Salesforce News\",\"item\":\"https:\\\/\\\/texei.com\\\/en\\\/category\\\/salesforce-news\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/texei.com\\\/#website\",\"url\":\"https:\\\/\\\/texei.com\\\/\",\"name\":\"Texe\u00ef\",\"description\":\"Turn your IT into Business\",\"publisher\":{\"@id\":\"https:\\\/\\\/texei.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/texei.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/texei.com\\\/#organization\",\"name\":\"Texe\u00ef\",\"url\":\"https:\\\/\\\/texei.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/texei.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo-essai-1.jpg\",\"contentUrl\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo-essai-1.jpg\",\"width\":2560,\"height\":1102,\"caption\":\"Texe\u00ef\"},\"image\":{\"@id\":\"https:\\\/\\\/texei.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/texei.com\\\/#\\\/schema\\\/person\\\/debb1dca7c7b2807ec48df7dd29d0c88\",\"name\":\"Daniel Lopes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/avatar_user_11_1687527686-96x96.png\",\"url\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/avatar_user_11_1687527686-96x96.png\",\"contentUrl\":\"https:\\\/\\\/texei.com\\\/dev\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/avatar_user_11_1687527686-96x96.png\",\"caption\":\"Daniel Lopes\"},\"description\":\"Salesforce Developer @Texei\",\"url\":\"https:\\\/\\\/texei.com\\\/en\\\/author\\\/daniellopes\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar - Texe\u00ef","description":"Enhance UX with new Salesforce attributes. Description property in combobox, inputAddress for precise user input, UTF-8 email support.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/","og_locale":"en_US","og_type":"article","og_title":"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar","og_description":"Enhance UX with new Salesforce attributes. Description property in combobox, inputAddress for precise user input, UTF-8 email support.","og_url":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/","og_site_name":"Texe\u00ef","article_published_time":"2020-12-02T13:15:24+00:00","article_modified_time":"2024-04-17T14:45:46+00:00","og_image":[{"width":690,"height":388,"url":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif","type":"image\/gif"}],"author":"Daniel Lopes","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#article","isPartOf":{"@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/"},"author":{"name":"Daniel Lopes","@id":"https:\/\/texei.com\/#\/schema\/person\/debb1dca7c7b2807ec48df7dd29d0c88"},"headline":"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar","datePublished":"2020-12-02T13:15:24+00:00","dateModified":"2024-04-17T14:45:46+00:00","mainEntityOfPage":{"@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/"},"wordCount":548,"publisher":{"@id":"https:\/\/texei.com\/#organization"},"image":{"@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#primaryimage"},"thumbnailUrl":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif","articleSection":["News Salesforce"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/","url":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/","name":"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar - Texe\u00ef","isPartOf":{"@id":"https:\/\/texei.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#primaryimage"},"image":{"@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#primaryimage"},"thumbnailUrl":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif","datePublished":"2020-12-02T13:15:24+00:00","dateModified":"2024-04-17T14:45:46+00:00","description":"Enhance UX with new Salesforce attributes. Description property in combobox, inputAddress for precise user input, UTF-8 email support.","breadcrumb":{"@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#primaryimage","url":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif","contentUrl":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2020\/12\/1_cc4Zv0mCt6T2gyS0Zx-dkw.gif","width":690,"height":388},{"@type":"BreadcrumbList","@id":"https:\/\/texei.com\/en\/news-salesforce\/day-2-changes-for-components-in-winter-21-texeiadventcalendar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/texei.com\/"},{"@type":"ListItem","position":2,"name":"Salesforce News","item":"https:\/\/texei.com\/en\/category\/salesforce-news\/"},{"@type":"ListItem","position":3,"name":"Day 2\u00a0: Changes for components in Winter 21 #TexeiAdventCalendar"}]},{"@type":"WebSite","@id":"https:\/\/texei.com\/#website","url":"https:\/\/texei.com\/","name":"Texe\u00ef","description":"Turn your IT into Business","publisher":{"@id":"https:\/\/texei.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/texei.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/texei.com\/#organization","name":"Texe\u00ef","url":"https:\/\/texei.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/texei.com\/#\/schema\/logo\/image\/","url":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2021\/03\/logo-essai-1.jpg","contentUrl":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2021\/03\/logo-essai-1.jpg","width":2560,"height":1102,"caption":"Texe\u00ef"},"image":{"@id":"https:\/\/texei.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/texei.com\/#\/schema\/person\/debb1dca7c7b2807ec48df7dd29d0c88","name":"Daniel Lopes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2023\/06\/avatar_user_11_1687527686-96x96.png","url":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2023\/06\/avatar_user_11_1687527686-96x96.png","contentUrl":"https:\/\/texei.com\/dev\/wp-content\/uploads\/2023\/06\/avatar_user_11_1687527686-96x96.png","caption":"Daniel Lopes"},"description":"Salesforce Developer @Texei","url":"https:\/\/texei.com\/en\/author\/daniellopes\/"}]}},"_links":{"self":[{"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/posts\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":0,"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/posts\/95\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/media\/2131"}],"wp:attachment":[{"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/categories?post=95"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/texei.com\/en\/wp-json\/wp\/v2\/tags?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}