ngFormBuilder icon indicating copy to clipboard operation
ngFormBuilder copied to clipboard

The Form.IO Form Builder Application

Results 73 ngFormBuilder issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to add to specific things, in a component. 1 - First, on the values, besides 'Label' and 'Value': The value needs to be a number, not...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

I have created a username and password with submit button page using formio builder and I have shown in the page by taking that script from the database. The page...

Hi, as i understand it, we can bind a formMapping with requestParams. But is there anyway i could bind a formMapping with a json ? Sometimes we are doing ajax...

I would like a mechanism for restricting editable fields displayed when editing a component in the builder. For example, we would like to restrict our users from being able to...

Hi there, Do you have any intentions to support this project in the future at all? It is still running Angular 1 Thanks

I want to add a custom component in the editor.

https://codepen.io/travist/full/xVyMjo Add a Text Field In Layout tab, click on Overlay Set width 90px Click Save Expected: The text field should shrink. Actual: it remains 100%. Developer tools shows width...

I'm building forms using form builder , i need to read labels from JSON file for multiple locale "en", "ar", "fr".. . it's possible ?