readonly fields in Editor without an input element
readonly fields in Editor without an input element
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
This plug-in will display the text (value) without an
inputelement.Yes, you can use the
attroption noted in thetextareadocumentation to pass in attributes such as readonly. An example in the documentation shows the use ofplaceholderbutreadonlycould also be used.Allan
Thanks. I missed that plug in.