Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

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

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

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

jgarvin opened this issue Dec 27, 2020 · 2 comments

Comments

@jgarvin
Copy link

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
Member

hecrj commented Dec 29, 2020

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

@MonliH
Copy link

MonliH commented May 7, 2021

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

@hecrj hecrj transferred this issue from iced-rs/iced Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants