Style problem using ion-input with text-right in ios

when i using ion-input with text-right in ios,there always are input-clear-icon-width on the right.
I checked the input.ios.scss file,maybe we should add [clearInput] like this:

.input-ios[clearInput] .text-input {
padding-right: $text-input-ios-input-clear-icon-width;
}