fix(state): changing species clears language, citizenship, and subspecies selections
This commit is contained in:
parent
48f8b46827
commit
c220815b89
20 changed files with 172 additions and 104 deletions
|
|
@ -4,18 +4,8 @@
|
|||
|
||||
<record type="public">
|
||||
<note>Basic identification information visible on all records.</note>
|
||||
<field label="Designation" type="text" />
|
||||
<field label="Positronic Manufacture Date" type="date" placeholder="24-03-2460" />
|
||||
<field label="Chassis Manufacture Date" type="date" placeholder="24-03-2460" />
|
||||
<field label="Designation" type="name" />
|
||||
<field label="IPC Model" type="subspecies" />
|
||||
<field label="Tag" type="text" />
|
||||
<field label="Ownership Status" type="select">
|
||||
<option value="company-owned" label="Company Owned" />
|
||||
<option value="owned" label="Private Owner" />
|
||||
<option value="free" label="Free" />
|
||||
</field>
|
||||
<field label="Owner Name" type="text" />
|
||||
<field label="Owner Contact Information" type="text" />
|
||||
<field label="Pronouns" type="multi-select">
|
||||
<option value="he/him" label="he/him" />
|
||||
<option value="she/her" label="she/her" />
|
||||
|
|
@ -25,9 +15,21 @@
|
|||
</field>
|
||||
<field label="Citizenship" type="citizenship" />
|
||||
<field label="Spoken Languages" type="languages" />
|
||||
<field label="Separator" type="separator" label="Chassis" />
|
||||
<field label="Positronic Manufacture Date" type="date" placeholder="24-03-2460" />
|
||||
<field label="Chassis Manufacture Date" type="date" placeholder="24-03-2460" />
|
||||
<field label="Tag" type="text" />
|
||||
<field label="Height" type="height" />
|
||||
<field label="Weight" type="weight" />
|
||||
<field label="Distinguishing Features" type="textarea" />
|
||||
<field label="Separator" type="separator" label="Ownership" />
|
||||
<field label="Ownership Status" type="select">
|
||||
<option value="company-owned" label="Company Owned" />
|
||||
<option value="owned" label="Private Owner" />
|
||||
<option value="free" label="Free" />
|
||||
</field>
|
||||
<field label="Owner Name" type="text" />
|
||||
<field label="Owner Contact Information" type="text" />
|
||||
</record>
|
||||
|
||||
<record type="employment">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<record type="public">
|
||||
<note>Basic identification information visible on all records.</note>
|
||||
<field label="Name" type="text" />
|
||||
<field label="Name" type="name" />
|
||||
<field label="Species" type="species" />
|
||||
<field label="Subspecies" type="subspecies" />
|
||||
<field label="Pronouns" type="multi-select">
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
<field label="Spoken Languages" type="languages" />
|
||||
<field label="Employed As" type="text" />
|
||||
<field label="Next of Kin" type="text" />
|
||||
<field label="Separator" type="separator" label="Appearance" />
|
||||
<field label="Height" type="height" />
|
||||
<field label="Weight" type="weight" />
|
||||
<field label="Skin Color" type="text" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue