Phoenix form: How to add 'selected' to an input field of type select

You can put selected on the option but you shouldn’t need to.

If you “prefill” your form with a value in type you’ll see that value will be selected.

Also, that’s old syntax for field, what version are you using?