
So, I'm wondering if it is possible to use html5 datalist elements in character sheets.
A few problems I've run into while attempting them:
A few problems I've run into while attempting them:
- They require the use of IDs, which according to the Wiki and basic HTML/CSS coding shouldn't be done because they are not unique elements (unless of course you have only a single character).
- Since the id is just to specify a list to pull data from, and the list is static, it shouldn't (and as far as I can tell doesn't) cause any problems to use IDs in this one instance.
- Roll20 appears to strip out the <datalist> and </datalist> tags on load.
- However, if you then use the browser editor to edit where the datalist should have been in the character sheet, it does work as expected. Anyone have any ideas for getting this to work fully though?