We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@kieregh 모달을 제외하고 backdrop을 출력하는 컨포넌트 전체에 포함되는 옵션입니다.
backdrop false 와 함께 static 옵션이 필요합니다.
해당 옵션은 백드럽을 탭핑했을때에도 컨포넌트를 비활성 시키지 않는 옵션인데요. 주로 popup 컴포넌드로 경고대화창 등으로 활용할 때 사용됩니다.
https://jsfiddle.net/gitaek/1wu2p4L1/
http://getbootstrap.com/javascript/#modals-options
The text was updated successfully, but these errors were encountered:
아래와 같이 추가했습니다. 25594f5
Sorry, something went wrong.
No branches or pull requests
@kieregh 모달을 제외하고 backdrop을 출력하는 컨포넌트 전체에 포함되는 옵션입니다.
backdrop false 와 함께 static 옵션이 필요합니다.
해당 옵션은 백드럽을 탭핑했을때에도 컨포넌트를 비활성 시키지 않는 옵션인데요.
주로 popup 컴포넌드로 경고대화창 등으로 활용할 때 사용됩니다.
데모
https://jsfiddle.net/gitaek/1wu2p4L1/
참고 -bs의 modal의 static 옵션과 기능이 유사
http://getbootstrap.com/javascript/#modals-options
The text was updated successfully, but these errors were encountered: