mapbox / mapbox/mapbox-gl-directions
Show the profile switcher but not the Input field saying Choose starting place, and choose destination.
Open
Nobody has claimed this yet.
auto-triaged
bug
- Dominant language
- JavaScript
- Stars
- 255
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
```
controls: {
profileSwitcher: true,
inputs: false,
// instructions: false,
},
```
disables the profile switcher too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the controls configuration handles profileSwitcher and inputs in the directions plugin. Reproduce the shown configuration, then verify that disabling inputs hides only the “Choose starting place, and choose destination” fields while leaving the profile switcher visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100