Mkaith
Mkaith
Here is the Json of form @wag110894 { "components": [ { "label": "Weekdays", "optionsLabelPosition": "right", "inline": false, "tableView": false, "validate": { "onlyAvailableItems": false }, "key": "dfgh", "type": "weekdaypicker", "input": true...
@wag110894 I have read both these documentations and came to such conclusion. I have thought of a other way round to make a table and drag check box components to...
any github repo for this pls I am stuck with issue of emmiting an array from a custom component which is not captured
@jjfellers Yes i have tried with that.Let me explain what i am trying to do. I have been making a custom component of weedays picker with a custom entry of...
[custom-check-box (2).zip](https://github.com/formio/angular/files/6945412/custom-check-box.2.zip) Attaching component for reference.
 trying to create something like this
@jjfellers Thanks it did work but while submitting i am getting empty string.  My TS Code is:- import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; import {...
@jjfellers can you pls share the regestering component as well import { Injector } from '@angular/core'; import { Components, FormioCustomComponentInfo, registerCustomFormioComponent } from 'angular-formio'; import { CustomCheckBoxComponent } from './custom-check-box.component';...
@jjfellers I have successfully captured the value and the array is stored in db but when i try to get the submission, my appropriate selection is not selected. For Ex:-...
@jjfellers Thanks a lot for your help