More preset enhancement ideas
— at Version 6
Allow length of input box for text: <text key="somekey" text="Something" length="5"/> : done in r5579
- Label units at end of text input box: <text key="somekey" text="Long" unit="m"/>
- Make groups of input boxes <group><text xxx/></group> and allow for several columns within a group (<group columns="3">)
Maybe allow in absurdly huge presets to minimize groups : treated with #9190
- Radio buttons for checks that have two or more true values, or even where different choise migth alter the key:
<radio text="Name"><button key="somekey" value="somevalue" text="A choise"/><button key="somekey" value="someothervalue" text="Another choise"/><button key="someotherkey" value="somevalue" text="A third choise"/></radio>: see #4901
Patch for first point (length of input box for text)