yiisoft / html

Handy library to generate HTML
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
55 stars 17 forks source link

Add `\n` after hidden input in checkbox and radio HTML code #181

Closed vjik closed 8 months ago

vjik commented 8 months ago
Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues
what-the-diff[bot] commented 8 months ago

PR Summary

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (79a8c73) 100.00% compared to head (8d5949b) 100.00%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #181 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 771 771 =========================================== Files 85 85 Lines 2080 2080 =========================================== Hits 2080 2080 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Tigrov commented 8 months ago

It could be an issue for some browsers, perhaps for old.

https://www.itsupportguides.com/knowledge-base/tech-tips/solved-internet-explorer-hidden-input-taking-space/

vjik commented 8 months ago

Agree with @Tigrov