Hide / Show a dropdown list by role

Hello everyone
I want to know how can I show or hide a dropdown list depending the team, which the user belongs.
For example:
If the user belongs to the TeamA then (show the dropdownList)
If the user belongs to the TeamB then (hide the dropdownList)

You can do this, but you would need to purchase the paid for version of Security Suite. This allows specific views for different groups.

I can do without the Security Group Module, and make the verification according to the name of the user logged ?
For example:
if current user name == X then (hide the dropdown list)
if current user name == Y then (show dropdown list)