Hi all, I'm having difficulty creating a dropdown field with 3 options in VS Code. There seems to be a good amount of information online but I have failed to get them to work. This looks like the desired result:

Things I've tried:
- Create a table for dropdown options and add a field with a relation to the table. This isn't ideal since it does not look like the above and also seems unnecessarily complex.
- Create an Enum for dropdown options (per https://yzhums.com/5985/). The dropdown looks like above but selecting anything doesn't actually update the table!
- Using fieldgroups. I haven't figured out the logic behind fieldgroups nor have I gotten them to work.
Any advice is appreciated. Thanks!