I have a Map<String, String> that I’d like to display to a user but I don’t want them to be able to select the field to modify it’s value. I’ve been using a form with textfields and setting setting a property to disable them. This is not ideal as their aesthetics change. Am I doing it the correct way and simply need to apply some css or is their a better way of doing this?
I have a Map<String, String> that I’d like to display to a user but
Share
You could make a form ‘label’ which is un-modifiable but looks like the rest of the form. Might need a few tweaks but this should get you started: