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

fix: pass disabled prop to input #511

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

linxianxi
Copy link
Contributor

fix #488

并且能防止用户通过 js 打开上传文件框

@vercel
Copy link

vercel bot commented Jun 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
upload ❌ Failed (Inspect) Jun 2, 2023 7:56am

@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #511 (2373862) into master (0d0ca2f) will not change coverage.
The diff coverage is n/a.

❗ Current head 2373862 differs from pull request most recent head 66b01ab. Consider uploading reports for the commit 66b01ab to get more accurate results

@@           Coverage Diff           @@
##           master     #511   +/-   ##
=======================================
  Coverage   84.92%   84.92%           
=======================================
  Files           6        6           
  Lines         252      252           
  Branches       63       63           
=======================================
  Hits          214      214           
  Misses         38       38           
Impacted Files Coverage Δ
src/AjaxUploader.tsx 82.44% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@yoyo837 yoyo837 merged commit f78cca9 into react-component:master Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

disabled属性需要作用到input上
2 participants