Skip to content
#

field

Here are 181 public repositories matching this topic...

flexchar
flexchar commented Nov 22, 2018

I am using this and underlying tags package for managing tags in my application. Application is multilingual. I use locale middleware for detecting /{locale_code} (where English is just plain root) and setting app locale for frontend.

The site is being imported from WP. as such I have imported and programatically assigned values to respective places. This results in, say, posts in different

kettanaito
kettanaito commented Dec 12, 2018

What

I suggest to make the return statement of form.submit() unified for all its branching.

Why

Current behavior

Now calling form.submit() returns two different things based on the validity of a form:

  1. Returns undefined if a form is invalid.
  2. Returns Promise<response> after the dispatched action.

Expected behavior

Calling form.submit() always returns

Improve this page

Add a description, image, and links to the field topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the field topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.