mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
rename(sections): .navbar-container now ion-navbar-section
This commit is contained in:
@ -46,6 +46,8 @@ ion-input.has-focus [text-input] {
|
||||
|
||||
ion-input input[scroll-assist] {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
pointer-events: none;
|
||||
|
@ -378,7 +378,7 @@ export class TextInputElement {
|
||||
}
|
||||
|
||||
labelledBy(val) {
|
||||
val && this.renderer.setElementAttribute(this.elementRef, 'aria-labelledby', val);
|
||||
this.renderer.setElementAttribute(this.elementRef, 'aria-labelledby', val);
|
||||
}
|
||||
|
||||
setFocus() {
|
||||
|
Reference in New Issue
Block a user