alexandroidii / cst8333

virtual environment folder for CST8333 project rlcis
0 stars 0 forks source link

Add "Other" fields for the Bribe fields #54

Open alexandroidii opened 3 years ago

alexandroidii commented 3 years ago

the 4 Bribe Drop downs (Bribe Type and the 3 Bribed By fields ) need to have an "other which opens a new field.

They will take the "Other" values and eventually add them as drop down items.

alexandroidii commented 3 years ago

This has been implemented.

alexandroidii commented 3 years ago

One thing to add is to use a fillable drop down field instead where you either chose from one of the model choices, and if the option is not there, you just type in the drop down field as if it was an input type text. When it submits, any values that aren't part of the model choice would be added to the "Other" equivalent drop down field.