form-controls
Here are 27 public repositories matching this topic...
The rules are:
- Group must have
showCaption: true. - Column configuration should have a
captionobject withchildrenoritems.
{
field: 'name',
caption: {
expand: true,
children: <cx><div>Test</div></cx>
}
}-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Dec 30, 2019 - JavaScript
There is a discrepancy between documentation for the RecurrenceEditor between javascript and Asp.Net Core (the Javascript version being the correct one, but still inconsistent).
If you read the documentation for Asp.Net Core in the very first section, you can see that the 5 default frequencies contain the value
-
Updated
Apr 29, 2018 - Java
When you have the setting allowFiltering to true and use the default filter fields, the focus behaves odd when using tab.
this also happens in the documentation: https://ej2.syncfusion.com/angular/documentation/grid/filtering/#filter-bar
steps to reproducte:
Enter a search value in the first field, do not press ENTER
Press TAB to go to the next field.
Press TAB again to go a field further
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Feb 27, 2020 - JavaScript
-
Updated
Sep 17, 2018 - HTML
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Aug 2, 2017 - JavaScript
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
Jun 7, 2020 - Vue
-
Updated
Aug 6, 2019 - PHP
-
Updated
Feb 15, 2018
-
Updated
Mar 16, 2018 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Sep 3, 2017 - TypeScript
-
Updated
Jul 17, 2018 - TypeScript
-
Updated
Oct 31, 2019 - Java
-
Updated
Sep 5, 2017
-
Updated
May 5, 2020 - JavaScript
-
Updated
Jun 9, 2020 - TypeScript
Improve this page
Add a description, image, and links to the form-controls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form-controls topic, visit your repo's landing page and select "manage topics."


If you just want to replace one field (e.g. replace the ListField with a custom one for all schemas), you need to reimplement the whole AutoField.
It would probably easier, if you could pass a
getFieldComponentto a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would takepropsand could return a Comp