Topic: is it possible to disable a <mdb-material-chips? cuz I can't

Hangtu free asked 4 years ago


I am trying to disable the value for the citiesTag

                <div class="form-group">
                    <label class="col-md-6 col-sm-3 col-xs-12 control-label"><small>                                </small></label>
                    <div class="col-md-10 col-sm-9 col-xs-12">
                        <mdb-material-chips formControlName="citiesTags"></mdb-material-chips>
                    </div>
                </div>

  profesionForm = new FormGroup({
    occupation: new FormControl('', [Validators.required]),
    experience: new FormControl('', [Validators.required]),
    description: new FormControl('', [Validators.required]),
    citiesTags: new FormControl({value: ['Nancy'], disabled: true}, []),

Konrad Stępień staff commented 4 years ago

Hi @Hangtu,

For this time it is not possible. But I did add your suggestion for our todo list and we will update this component in the future.

Best, Konrad.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 9.3.0
  • Device: Mac
  • Browser: Chrome
  • OS: Mac OS
  • Provided sample code: No
  • Provided link: No