Cannot use popover with form items
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
- Focus input field (observe popover showing)
- Make entry in field
- Hit submit button
What is expected?
onFinish
method fires, printing entered value
What is actually happening?
onFinishFailed
method fires. Input value has not been taken over. Validation is not applied.
Environment | Info |
---|---|
antd | 4.17.0 |
React | 16.14 |
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
form in popover not working - Stack Overflow
When a Modal is launched it maintains focus upon itself, preventing the elements in the form from obtaining focus. A simple workaround would ......
Read more >Popovers - Bootstrap
Popovers that use delegation (which are created using the selector option) cannot be individually destroyed on descendant trigger elements. Copy. $('#element').
Read more >ion-popover - Ionic Framework
A Popover is a dialog that appears on top of the current page. It can be used for anything, but generally it is...
Read more >Bootstrap JS Popover Reference - W3Schools
Name Type Default Try it
animation boolean true Try it
container string, or the boolean false false Try it
content string "" Try it
Read more >Can I trigger my popover form with a button or a link? | Help
The configuration cannot be used for inline forms. Optionally you may use our API directly in JavaScript Code (by referring to GRWF2 Object):...
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 FreeTop 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
Top GitHub Comments
Sorry, https://ant.design/components/form/#components-form-demo-complex-form-control is the right demo.
See https://ant.design/components/form/#components-form-demo-nest-messages