Skip to content

Javascript polyfill for hidden attribute. Restores element.hidden functionality for IE < 11 etc.

Notifications You must be signed in to change notification settings

tytskyi/hidden-attribute-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hidden attribute polyfill

Implements element.hidden attribute for browsers that support Object.defineProperty.

Allows to use hidden property binding in IE 9, IE 10 within Angular 2.

Requires to use additional global style: [hidden] {display: none;}.

About

Javascript polyfill for hidden attribute. Restores element.hidden functionality for IE < 11 etc.

Resources

Stars

Watchers

Forks

Packages

No packages published