opentripplanner / otp-react-redux

A library for writing modern OpenTripPlanner-compatible multimodal journey planning applications using React and Redux.
MIT License
70 stars 51 forks source link

Deselect all submodes #1265

Open josh-willis-arcadis opened 1 week ago

josh-willis-arcadis commented 1 week ago

Description: When the user deselects all transport submode options(transit and rental), the mode should be disabled. This is reflected in the URL query params. When the mode is enabled after being disabled by deselecting all transport submode options, the defaults are used.

Blocked by https://github.com/ibi-group/otp-ui/pull/28

PR Checklist: