File tree Expand file tree Collapse file tree
angular-components/src/lib/components/input
react-components/src/lib/input Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ export class GoabInput extends GoabControlValueAccessor implements OnInit {
141141 @Output ( ) onKeyPress = new EventEmitter < GoabInputOnKeyPressDetail > ( ) ;
142142 @Output ( ) onChange = new EventEmitter < GoabInputOnChangeDetail > ( ) ;
143143
144- isReady = false ;
145144 version = "2" ;
145+ isReady = false ;
146146 handleTrailingIconClick = false ;
147147
148148 constructor (
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ export * from "./lib/validators";
33export * from "./lib/public-form-controller" ;
44export * from "./lib/temporary-notification-controller/temporary-notification-controller" ;
55export * from "./lib/messaging/messaging" ;
6- export { CalendarDate } from "./lib/calendar-date" ;
76export { Once } from "./lib/once" ;
7+ export { CalendarDate } from "./lib/calendar-date" ;
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ interface WCProps extends Margins {
4949 step ?: number ;
5050 maxlength ?: number ;
5151
52- trailingiconarialabel ?: string ;
5352 version ?: string ;
53+ trailingiconarialabel ?: string ;
5454}
5555
5656declare module "react" {
You can’t perform that action at this time.
0 commit comments