mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(input): copy custom attrs from ion-input to native input
This commit is contained in:
@ -127,7 +127,7 @@ export class NativeInput {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
private element(): HTMLInputElement {
|
||||
element(): HTMLInputElement {
|
||||
return this._elementRef.nativeElement;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user