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

pick_list can't be imported when using web back end #676

Open
jgarvin opened this issue Dec 27, 2020 · 2 comments
Open

pick_list can't be imported when using web back end #676

jgarvin opened this issue Dec 27, 2020 · 2 comments

Comments

@jgarvin
Copy link

@jgarvin jgarvin commented Dec 27, 2020

use iced::{pick_list, PickList};

Compiles when targeting linux but not targeting the web.

this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown

this is the error:

error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
 --> core/src/main.rs:9:12
  |
9 | use iced::{pick_list, PickList};
  |            ^^^^^^^^^  ^^^^^^^^ no `PickList` in the root
  |            |
  |            no `pick_list` in the root

@hecrj
Copy link
Owner

@hecrj hecrj commented Dec 29, 2020

The PickList widget isn't yet implemented on the web backend.

@MonliH
Copy link
Contributor

@MonliH MonliH commented May 7, 2021

By the way, I'm currently working on a port of the picklist to the web backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants