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

F.e. var amount = parseFloat(input.replace(','').replace('.',',')); valid = (amount >= 1000 && amount 0) { if (data.charAt(data.length - 1) == '.') { if(data.length === 1) { data = "0.00" } else...

For example in the definition of a custom validation of a select component you can see "The global variables input, component, and valid are provided.". But when I put ```...

bug

Would be nice to have. I think I could do in the meantime with a hidden field (not the 'hidden' component), so one (textfield f.e.) with show = false on...

Button event is not taking event name as i found. my event name is close as (screenshot 1), but in backend it is default to 'buttonClick' (screenshot 2). ![image](https://cloud.githubusercontent.com/assets/25929810/24254393/cf90468a-1008-11e7-8da8-faab87b859bc.png) ![image](https://cloud.githubusercontent.com/assets/25929810/24254504/1a51a074-1009-11e7-9132-af49731b7653.png)

how can we use different ui framework instead of bootstrap.

Getting "Cannot assign to read only property 'name' of function 'function dropbox(formio){return{uploadFile:function uploadFile(file,fileName,dir,progressCallback){return new P......;}'" error while using ng-formBuilder in my application. Can anyone help me

I'm trying to upgrade to the latest version of `ng-formio-builder`, but it fails due to `angular-ckeditor` which cannot be installed via `npm` in a project without `bower`. Would you be...

I am trying to get a field label to appear on the same line as the fields. ![image](https://cloud.githubusercontent.com/assets/25929810/23357869/b628cee4-fd05-11e6-9704-e412556bee08.png) But how to do using form builder ![image](https://cloud.githubusercontent.com/assets/25929810/23357888/cadd4f22-fd05-11e6-8c1e-0646f6b841eb.png)

I think select boxes checkbox should have api for each pair of value and label for easy mapping to backend. ![image](https://cloud.githubusercontent.com/assets/4151470/23396677/e94cfbf0-fdba-11e6-8bfa-d210b0ae88bb.png) ![image](https://cloud.githubusercontent.com/assets/4151470/23396718/15e07ec6-fdbb-11e6-9a11-4eeed287a1ed.png)

Hi, I managed to make a small modification to ngformbuilder-full.js so that it pushes submissiondata to a websocket. I can load the formdefinitions json also via the websocket, after creating...