Forums

Forums / Developing Portals / Add placeholder to lookup field

Add placeholder to lookup field

Thread is closed for posting
2 posts, 1 answered
  1. julien.biedermann
    julien.biedermann avatar
    17 posts
    Registered:
    16 Jun 2016
    10 Feb 2017
    Link to this post
    Hello,

    How could we add a placeholder to a lookup field (TPC 3.x) ?

    Thanks a lot,
    Julien
  2. Clinton Bale
    Clinton Bale avatar
    126 posts
    Registered:
    21 Feb 2014
    Answered
    28 Mar 2017 in reply to julien.biedermann
    Link to this post
    Hi Julien,

    You can do this by creating an additional template for the Lookup widget and then adding a new property to the "RadComboBox" element:

    <telerik:RadComboBox ... EmptyMessage="Choose an option" ... />
    

    Let me know if you need any more information.

    Regards,
    Clinton
2 posts, 1 answered