Question
6
Replies
2359
Views
Phalanx Consultancy Limited
Posted: November 29, 2016
Last activity: December 2, 2016
Closed
How to embed an icon in a text input control
I have the below requirement to create a control which will allow a floating icon link. The icon will have a below behaviour. Can someone guide me how to create this kind of control? Placeholders are already part of standard controls. Just need to know how to embed the icon.
Hi
there is no out of the box control available at present which can embed an icon like this. It is majorly driven by the UI element that you have selected in the control level ( text input, text area, auto complete etc )
However, there is a provision to define your own style ( under the Presentation header , Style field ) where you can define your style which you want to appear at runtime. Try using custom css in your custom control and check whether you can achieve your design or not.