Readonly on 'Select Component'

Is it possible to make the 'Select component' read-only? '->extraInputAttributes(['readonly' => true])' and '->readOnly()' are not working. If I use '->disabled()', it will not save the current item.
Was this page helpful?