MDB Input html output for mdb-input


Topic: MDB Input html output for mdb-input

KaffineAddict asked 5 years ago

Expected behavior The output from the tag should not include unneeded html properties.

Actual behavior Step values and checked values are currently still being set.

Resources (screenshots, code snippets etc.)

<mdb-input label="Region" icon="building" fal st />

AND

<mdb-input label="Region" icon="building" fal st type="text"/>

Are both dumping the following.

<input data-v-fd1539ca="" type="text" step="1" checked="checked" value="" aria-label="Region" class="form-control">

I dont think this is intended is there any way to remove the step="1" checked="checked" until this can get fixed?

Also I should have 12 months of premium support but it does not appear to be the case can you correct that.


KaffineAddict commented 5 years ago

Any ideas on this one?


Mikołaj Smoleński staff answered 5 years ago

Thanks for reporting the issue. Input is very complex component for many different applications, that's why it collects some attributes that are not necessary. We will fix it soon.

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
  • User: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 6.1.1
  • Device: Laptop
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No