Closed billfrost closed 4 years ago
The dataform component will not resize automatically if you expand/collapse groups. To achieve this, first make sure that the dataform is in a grid row with height "auto" and not "*" and then add handlers for the groupExpanded/groupCollapsed events that adjust the component size. See this playground example for more details: https://play.nativescript.org/?template=play-ng&id=77Wrb6
:wave: @billfrost, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please, use Stackoverflow to get help.
This issue relates to iOS only - works fine on Android.
Versions: nativescript-ui-dataform: 6.0.0 CLI, tns-core-modules, tns-android, tns-ios: 6.3.0
Use the following in an Angular component.html file:
Add this to the component.ts file:
Add Address.ts with this code:
Run the app on Android and everything works as expected, with the group field expanding and shrinking as expected.
Run the app on iOS and observe that: