Mkaith

Results 10 comments of 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.

![Capture](https://user-images.githubusercontent.com/47468681/128509274-be33158f-2e87-4478-bbca-dff91bd43b53.PNG) trying to create something like this

@jjfellers Thanks it did work but while submitting i am getting empty string. ![Capture121](https://user-images.githubusercontent.com/47468681/128588025-e5dcd8d9-3f24-4edf-8878-40077c165d90.PNG) 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:-...