I'm trying to add a copy button to the clipboard for input fields. It is required to add the element specifically to the component suffix, and not through the use of horizontal layout (if possible).
Everything works fine before setting TextField.setEnabled(false). Is there any way to display components with disabled fields?

