
Hi there, I'm trying to integrate the D&D compendium on my custom character sheet. I would like to have "Size Type, Alignment " (ex. Huge dragon, Chaotic Evil) in one single text input field (like how it's seen on Roll20 5e sheet), instead of creating 3 different input fields with <accept="Size">, <accept="Type">, <accept="Alignment"> respectively. I tried <accept="Size Type Alignment">, but it doesn't work. Is there a way to do this? I understand this is possible if I pull the attributes in a hidden field first and then display it in another input field as readonly, but I would like this field to be editable. Thanks in advance.