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
* provide public webmap which has forms
* `Forms`: Updated radio button tests (#366)
* updated radio button tests
* added test doc link
* FeatureForm composable KDoc edit (#368)
* slight edits to FeatureForm composable function KDoc.
* Update toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/FeatureForm.kt
Co-authored-by: Gunther Heppner <[email protected]>
---------
Co-authored-by: Soren Roth <[email protected]>
Co-authored-by: Gunther Heppner <[email protected]>
* add groups to final error validation reporting in the app (#367)
Co-authored-by: Soren Roth <[email protected]>
* `Forms` : Optimize FeatureForm (#369)
* agree with exception name change (#377)
* update exception name for API change
* update exception name for API change
* pull in the build of the SDK with the name change of IncorrectValueTypeException
---------
Co-authored-by: Soren Roth <[email protected]>
* use geo-compose in FeatureFormsApp (#378)
* use geo-compose in FeatureFormsApp.
* remove DI providing MapViewProxy.
add AndroidViewModel usage
---------
Co-authored-by: Soren Roth <[email protected]>
* `Forms`: do not pass a selected date into date picker if it is out of range. (#376)
* do not pass a selected date into date picker if it is out of range.
* just expand the year range to incloude out of range field value's date
* add an initialError property to the DateTimePickerState, weave it through to the PickerHeader.
* use includeTime and adjust spacing.
---------
Co-authored-by: Soren Roth <[email protected]>
* remove gif. add screenshots (#381)
Co-authored-by: Soren Roth <[email protected]>
* `Forms`: fix title padding (#382)
* swap out public webmap for a managed public webmap (#384)
Co-authored-by: Soren Roth <[email protected]>
* `Forms` : Update validation behavior for text fields (#385)
* fix for breaking API change in dependency (#386)
Co-authored-by: Soren Roth <[email protected]>
---------
Co-authored-by: Soren Roth <[email protected]>
Co-authored-by: Kaushik Meesala <[email protected]>
Co-authored-by: Gunther Heppner <[email protected]>
Copy file name to clipboardExpand all lines: microapps/FeatureFormsApp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This micro-app demonstrates the use of the [FeatureForm](../../toolkit/featureforms/README.md) toolkit component which provides a rich, dynamic, and responsive form
Copy file name to clipboardExpand all lines: microapps/FeatureFormsApp/app/src/main/java/com/arcgismaps/toolkit/featureformsapp/data/PortalItemRepository.kt
Copy file name to clipboardExpand all lines: microapps/FeatureFormsApp/app/src/main/java/com/arcgismaps/toolkit/featureformsapp/screens/map/MapScreen.kt
Copy file name to clipboardExpand all lines: microapps/FeatureFormsApp/app/src/main/java/com/arcgismaps/toolkit/featureformsapp/screens/map/MapViewModel.kt
0 commit comments