Top "Formbuilder" questions

A FormBuilder is an application or library used for creating forms.

How to add custom attributes to option elements in symfony 2 form builder

I am trying to add custom attributes to the option elements using the symfony2 form builder im im not sure …

php forms symfony formbuilder
Angular 2 dynamically generated form group

I am trying to dynamically generate a FormBuilder group and I am stuck with the generated group object. I have …

angularjs angular typescript formbuilder
Angular 2 Formbuilder with Observables as default values

I have a problem with the default value of an Angular 2 Form (formbuilder): My default values are observables (which I'm …

forms typescript angular observable formbuilder
How to customize form field based on user roles in Symfony2/3?

Is there a correct way to customize a form depending on the role of the user that requests it? My …

symfony formbuilder symfony-2.8
Configure the label of Active Admin has_many

Well I have a two models related with a on-to-many assoc. #models/outline.rb class Outline < ActiveRecord::Base has_…

ruby ruby-on-rails-3 formtastic activeadmin formbuilder
Symfony 2 : Access database inside FormBuilder

I'm building a form which contains a field named 'category', I need a choice list to do that, but I …

database symfony formbuilder
Mocking a parent FormGroup via @input in Jasmine

So I have a child component that goes something like this export class ChildComponent implements OnInit { @Input('parentForm') public parentForm: …

unit-testing karma-jasmine angular-reactive-forms formbuilder angular4-forms
Implicit argument passing of super from method defined by define_method() is not supported

In "Agile Web Development with Rails" (third edition) page 537 - 541 it has "Custom Form Builders" code as follows: class TaggedBuilder &…

ruby-on-rails ruby ruby-1.9 formbuilder
Rails AJAX: My partial needs a FormBuilder instance

So I've got a form in my Rails app which uses a custom FormBuilder to give me some custom field …

ruby-on-rails ajax partial formbuilder
fields_for form builder object is nil

Any way to access a nested form_bulder.object? ## controller @project = Project.new @project.tasks.build form_for(@project) do |…

ruby-on-rails ruby formbuilder