0
I have a select Association of the simple form, the value of it passed via controler and I wish that in the form the user did not have the option to select another value. I have tried using disabled:true (Disables as I want but does not send the value when saved) disabled: [true], input_html: {disabled: true} and readonly: true, none of which solved the problem, always allowing selecting another value in select. Any suggestions on how to display the selected value without the user being able to select another?