Stefan Houtzager

Results 15 issues of Stefan Houtzager

See issue #216 "But what I would really like to have is a way to change the label of another element in the form depending on the input value of...

enhancement

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...

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...