Hi @AshishJaiswal ,
This is because your control is in the component and you need to create a custom input property.
I did a test for you.
1\ This is my datasourse sharepoint list 'LIST111'. 'Test' is a 'Single line of text' column.

2\ Create a component and create its Input property

Set the Input property 'Test1' to:
Table({Title:"a",Test:"a"})

3\ Insert a combo box control and set its Items property to:
Component1.Test1

4\ Add this component to screen and set the input property 'Test1' to:

5\ The result is as follows:

Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.