Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Multiselect for Position Flags is broken #305

Open
Hunter275 opened this issue Sep 17, 2024 · 1 comment
Open

[Bug]: Multiselect for Position Flags is broken #305

Hunter275 opened this issue Sep 17, 2024 · 1 comment
Labels
bug Something isn't working minor change This is a minor change

Comments

@Hunter275
Copy link
Member

Hardware

Not Applicable

Connection Type

Serial

Local or Hosted

http://meshtastic.local, https://client.meshtastic.org

Firmware Version

2.5

Description

image

This is supposed to be a multiSelect

{
type: "multiSelect",
name: "positionFlags",
label: "Position Flags",
description: "Configuration options for Position messages",
properties: {
enumValue: Protobuf.Config.Config_PositionConfig_PositionFlags,
},

Relevant console output

No response

@Hunter275 Hunter275 added the bug Something isn't working label Sep 17, 2024
@Jason-Patrick
Copy link

Just for additional information: the multiselect functionality is missing here

case "multiSelect":
return <div>tmp</div>;

@Hunter275 Hunter275 added the minor change This is a minor change label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor change This is a minor change
Projects
None yet
Development

No branches or pull requests

2 participants