Topic: Updating label width
CANLOGIC premium asked 2 years ago
How i should update label width in vue ?
i use MDBInput component: import { MDBInput } from 'mdb-vue-ui-kit';
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB5 1.14.0
- Device: MacBook
- Browser: Chrome
- OS: macOS
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 2 years ago
I suggest to add the
key
parameter to the component and update it after showing the input (I assume it's not visible at the initial load).Keep coding!
CANLOGIC premium commented 2 years ago
It works with key, thanks