RRZE-Webteam / FAU-Studium

Studiengangsdatenbank der FAU als Plugin
GNU General Public License v2.0
0 stars 0 forks source link

[FAU-423] Use `<TextControl>` for duration of studies #127

Closed tyrann0us closed 4 months ago

tyrann0us commented 4 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature

What is the current behavior? (You can also link to an open issue here) https://inpsyde.atlassian.net/browse/FAU-423 "Duration of studies in semester" field is a multi-line input (<TextareaControlFormField>).

What is the new behavior (if this is a feature change)? "Duration of studies in semester" field is a single-line input (<TextControl>).

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No, existing content will be kept.

Before:

Bildschirmfoto 2024-05-03 um 11 46 20

After:

Bildschirmfoto 2024-05-03 um 11 48 00

Other information: There's currently an unrelated error preventing any input (source). However, this shouldn't affect this change (or vice versa).