is it possible to disable a


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

Hangtu asked 11 months 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 11 months 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.
Status

Open

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: Angular
  • MDB Version: 9.3.0
  • Device: Mac
  • Browser: Chrome
  • OS: Mac OS
  • Provided sample code: No
  • Provided link: No