Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
IgCombo - remove triangle
posted

Hi,

I'm trying to use IgCombo control in Angular 4 with typescript application. I would like to remove triangle button from igcombo and want to look like textbox and when user types the text, dropdown list should appear. I tried to override the css .ui-igcombo-button with "display:none" . But triangle button disappear everywhere in the page where I wanted to show actual dropdown. I want to remove triangle button for one field.

eg: I have 'Region' field where 10 regions in the list and let user click triangle button to get the dropdownlist. I have 'State' field in the same screen where I want to display only similar text box (without triangle) and when user types 'Ar' dropdownlist should show all states with 'ar'

Can you please provide the sample typescript to remove triangle button for one control.

Thanks

HR