SelectManyChoice with Typing Capability in InputText Field in ADF.

Hi All, Today I am going to show how you can create a component like SelectmanyChoice with capability of typing the text field. As you might be knowing if we use default SelectManyChoice component from ADF Faces Component Palette then it will behave like the dropdown and when you will select the checkbox then it will show the selected value in text separated by semicolon. But in this case you cannot type the text. Scenario: Some days ago I got the requirement that the user should be able to type the value as well as select also from dropdown list in SelectManyChoice component. The default SelectManyChoice will look like this. So what I did is I have kept one InputText and SelectManyChoice component side by side and made the content width of SelectManyChoice as 0px. But here one problem arises like there was some space coming in between of the input text and SelectManyChoice component as shown like below. So it was not looking good at all like default SelectManyCho...