question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `App.PageForm` interface

See original GitHub issue

Describe 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:closed
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dummdidummcommented, Oct 19, 2022

Closing as implementing this similarly to App.PageData would 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.

1reaction
f-elixcommented, Sep 26, 2022

@david-plugge Hey the global Forms namespace 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found