I have a select association of the simple form, the value of it passing through controler and I would like that in form the user did not have the option to select another value. I have tried to use disabled: true disabled: true, input_html: {disabled: true} and readonly: true None of these have solved the problem, always allowing you to select another value in the select . Any suggestions on how to display the selected value without the user selecting another one?