Add `App.PageForm` interface
See original GitHub issueDescribe the problem
Firsr, thank you so much for adding the form property on the page store! It’s a huge feature for me.
I was wondering if the property could be better typed than any. I understand that we can’t use the auto-generated type ActionData for this, but could users have the freedom to type it as they see fit, the same as with App.PageData? Is this something that can be done?
Describe the proposed solution
Add the App.PageForm interface.
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Build a Basic Multi-Page Form for iPhone/iPad/iOS - YouTube
Learn how to make iPhone apps in Swift.In this tutorial you'll learn how to build a multi- page form. This project will teach...
Read more >Form with Tabs - AppSheet
This app shows how to make a form with tabs in AppSheet. ... How we built this app. You can display multi-page form...
Read more >Multiple Page Form On A Single PowerApps Screen
This tutorial is about how to make multiple page forms. If you want a single page form just add an Edit Form to...
Read more >Creating your app's interface with SwiftUI - Apple Developer
To add views and modifiers to your app, click the Library button (+) in the toolbar to open the library, then drag user...
Read more >Extension:Page Forms - MediaWiki
Page Forms (known before 2016 as Semantic Forms) is an extension to MediaWiki that allows users to add, edit and query data using...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Closing as implementing this similarly to
App.PageDatawould be too limiting, since all your (probably very diverse) forms will have to have a common denominator, and if we allow defining an interface without checking it is adhered to it’s not of much use.@david-plugge Hey the global
Formsnamespace is actually a really nice solution! Thanks a lot for that.@dummdidumm I didn’t mean for this to turn into a support discussion, so feel free to close it if you don’t think this will be added to the framework.