Introduction
This component provides a DataList dropdown using TextMeshPro

Fields#
| Name | Description |
|---|---|
| On Selection Changed | Event raised whenever selection changes |
Properties#
| Name | Description |
|---|---|
| selectedIndex | Gets the selected index |
| selectedKey | Gets the selected key |
Methods#
| Name | Description |
|---|---|
| AddOption | Add an option to the list |
| AddOptions | Add a list of options |
| Clear | Remove all entries |
| GetSelectedIndex | Get the selected index value |
| GetSelectedItem | Get the selected item text |
| SetSelection | Set the selection |