Skip to content

Commit

Permalink
Merge pull request #1974 from DioxusLabs/jk/fix-form-inputs
Browse files Browse the repository at this point in the history
Fix form inputs, form submits navigating, file drop, multiple root elements
  • Loading branch information
jkelleyrtp authored Mar 7, 2024
2 parents e6b7f70 + feb80ce commit 6faa51a
Show file tree
Hide file tree
Showing 73 changed files with 2,684 additions and 2,420 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"[toml]": {
"editor.formatOnSave": false
},
"rust-analyzer.check.workspace": true,
"rust-analyzer.check.workspace": false,
// "rust-analyzer.check.workspace": true,
"rust-analyzer.check.features": "all",
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.allTargets": true
Expand Down
Loading

0 comments on commit 6faa51a

Please sign in to comment.