modulehandbook / studyplan

A MEVN-based Tool for HTW IMI students to plan their studies and choose optional modules.
GNU General Public License v3.0
5 stars 2 forks source link

"sonstiges" text input field logic handler #44

Closed Devianirfan closed 2 years ago

Devianirfan commented 2 years ago

logic handler for text input field in "sonstiges" radio button is still missing. For now, "sonstiges" text input field sends empty value.

recommended todo:

  1. need to implement if-else statement(if "sonstiges" radio checked, then text input field enabled. else text input field disabled).
  2. text input field should send a user defined value.