-
### Component
Balloon
### Steps to reproduce
### tree 组件 Balloon组件结合使用,出现重复选中(一个选中,一个持续hover态)tree节点情况
![image](https://user-images.githubusercontent.com/30251448/109629519-ddab0300-7b7e-11…
-
### Description
'iron-form' seems to send the values concatenated with ', ' in between for multiple name-value pairs
### Expected outcome
'iron-form' should send and array of values not an ar…
-
Very often there are instructions to use `aria-label` or similar accessibility attributes as part of the component properties. My feeling is that one can very easily miss them.
See the button examp…
-
The Paypal form created by the helper does not include the "accept-charset" tag nor the charset input field. That causes problems with the correct encoding of special characters like accents and the l…
-
Allow to add helper methods to style guide examples.
## Example usage
app/helpers/form_helper.rb:
``` ruby
module FormHelper
def primary_button(text, type: "button")
content_tag(:button, text,…
-
### Link to reproduce
https://codesandbox.io/s/antd-reproduction-template-forked-f5d5ez?file=/index.js
### Steps to reproduce
1. add a few controls to the Form, e.g.: Input, InputNumber, Auto…
-
The only way to add a ReCaptca to a site is by using widget. If you create the form using raw html, there is no way to add recaptcha.
I think it would be helpful to add a helper
-
possibly replace wufoo or see if kohana has a great helper for forms.
-
Hello @nateabele and Team,
I'm working on a project using Lithium. Some pages require a list of checkboxes to be shown. We can just use HTML or individual `Form->checkbox(...)` and `Form->radio(...)`…
-
I'm trying to set the DateTime object as param as default for the Form::date() helper, without success.
$date = new \DateTime('tomorrow');
{!! Form::date('date', 'Matches for date:', $date…