Topic: Multiply select has broken in 5.8.0

krim pro asked 4 years ago


MDB version is 5.8.0. I can't choose it in the question field 'cause the latest one is 5.6.0 on it.

*Expected behavior*I can't input any text into the top panel of the select.

*Actual behavior*I can input any text into the top panel of the select

Resources (screenshots, code snippets etc.) enter image description here The code:

<mdb-select multiple selectAll v-model="LanguageOptions" />
LanguageOptions: [
      { text: 'Язык', value: null, disabled: true, selected: true },
      { text: 'Русский', value: 'ru' },
     .....
    ],

Mikołaj Smoleński staff answered 4 years ago


Hi there, thanks for reporting that issue. We've changed some keyboard accessibility in the latest release and it broke the readOnly input attribute. We'll fix it as soon as possible.

Best regards



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 5.6.0
  • Device: all
  • Browser: all
  • OS: all
  • Provided sample code: No
  • Provided link: No