The Wayback Machine - https://web.archive.org/web/20200703204906/https://github.com/topics/form-controls
Skip to content
#

form-controls

Here are 27 public repositories matching this topic...

macrozone
macrozone commented Nov 11, 2019

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 getFieldComponent to a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would take props and could return a Comp

gerhardboer
gerhardboer commented Mar 12, 2020

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

Improve this page

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

Learn more

You can’t perform that action at this time.