You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[x] 4.x
Ion2-calendar mode: (check one with "x")
[x] components mode
[ ] modal mode
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] help me
Current behavior:
Unable to inspect 'subTitle' in iOS for ion2-calendar, where as we are able to inspect 'title' in iOS, but not 'subtitle'
Expected behavior:
When inspecting the calendar elements, subtitle should also be inspectable.
Steps to reproduce:
Implement ionic2-calendar
Run it in iOS simulator or on gigafox devices
step for iOS simulator:- Go to xcode -> Developer tool -> Accessibility inspector -> In simulator open the screen where ionic2-calendar is implemented. Now inspect the subtitle. We are able to inspect other elements but not subtitle
3.1. step for Giga fox device- Run the app -> open inspector -> In app open the screen where ionic2-calendar is implemented. Now inspect the subtitle. We are able to inspect other elements but not subtitle
Related code:
this.daysConfig = []
this.daysConfig.push({
date: new Date(2022, 10, 22),
title: "SomeTitleText",
subTitle: "SomeSubTitleText"
});
The text was updated successfully, but these errors were encountered:
Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[x] 4.x
Ion2-calendar mode: (check one with "x")
[x] components mode
[ ] modal mode
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] help me
Current behavior:
Unable to inspect 'subTitle' in iOS for ion2-calendar, where as we are able to inspect 'title' in iOS, but not 'subtitle'
Expected behavior:
When inspecting the calendar elements, subtitle should also be inspectable.
Steps to reproduce:
3.1. step for Giga fox device- Run the app -> open inspector -> In app open the screen where ionic2-calendar is implemented. Now inspect the subtitle. We are able to inspect other elements but not subtitle
Related code:
this.daysConfig = []
this.daysConfig.push({
date: new Date(2022, 10, 22),
title: "SomeTitleText",
subTitle: "SomeSubTitleText"
});
The text was updated successfully, but these errors were encountered: