Skip to content
#

form

Here are 1,887 public repositories matching this topic...

formik
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

react-final-form
quicksnap
quicksnap commented Apr 9, 2020

Hey Erik! How's it been?

Are you submitting a bug report or a feature request?

Feature

What is the current behavior?

No mention of withTypes in the documentation.

What is the expected behavior?

༼ つ ◕_◕ ༽つ

I just found out about this from a co-worker and am not even sure yet what it exactly was! Excited to see..

formidable
final-form
ismay
ismay commented Jul 31, 2019

Are you submitting a bug report or a feature request?

Neither, reporting missing documentation

What is the current behavior?

Detailed documentation on the signature of mutator functions is missing.

What is the expected behavior?

I'd expect the docs on mutators to be more elaborate on both the definition and the usage of mutators. I've looked at the docs for react

CaptainCannabis
CaptainCannabis commented May 4, 2020
  • I'm submitting a ...

    • bug report
    • feature request
    • support request
  • What is the current behavior?

At the moment it ist possible to use the selectOption "customLabel" for setting a function which can generate custom strings by using the options properties.

  • What is the motivation / use case for changing the behavior?

I would like to see an option

keyserfaty
keyserfaty commented Feb 9, 2019

The Problem

It would be easier to know how to test for form with jest if there were examples.

I spent some time last week trying to set everything up on my own codebase so I'll be happy to add testing to the examples in the repo if you are interested.

china-live
china-live commented Mar 26, 2020

(必填)这个需求解决了什么问题 What problem does this feature solve

?表格内有一个或多个操作按钮,我希望在点击这些按钮后显示loading,并在稍后处理完毕后恢复。

(必填)请填写问题链接来描述为什么无法实现该功能,例如(jsfiddlecodesandboxjsrun) Reproduction link

?如果要实现这样的功能,就需要使用 $event 把原生DOM 事件传入处理方法,但目前vxe-button好像无法这样传入(表格内用原生非vxe-按钮要单独调样式)。

GregJohnStewart
GregJohnStewart commented Aug 26, 2018

There needs to be more straightforward examples on how to setup the use of this tool. I am trying to upgrade from select2, and I cannot figure out exactly how to figure out how to setup Selectivity.

Recommend creating concise, clear, and simple examples, beginning with the simplest usage and working to more advanced features. The examples listed here on

Improve this page

Add a description, image, and links to the form 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 form topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.