Cargo Features
leptos_form has no features set by default.
[dependencies]
leptos_form = { version = "0.2.0-rc1", features = ["bigdecimal", "cache-local-storage", "cache-serde_json", "chrono", "num-bigint", "uuid"] }
- bigdecimal
-
Enables bigdecimal of leptos_form_core
- cache-local-storage = js-sys, web-sys
-
Enables cache-local-storage of leptos_form_core, Storage of web-sys
- cache-serde_json
-
Enables cache-serde_json of leptos_form_core
- chrono
-
Enables chrono of leptos_form_core
- num-bigint
-
Enables num-bigint of leptos_form_core
- uuid
-
Enables uuid of leptos_form_core
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.