We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if we every avaliable option in the classes property could receive and object so that we can specify more than one simple class.
classes
Look at the property :classesint he following piece of code so you can see what I mean.
:classes
<autocomplete url="http://localhost/proyek/goodmovie/api/api/v1/search" anchor="title" :classes="{input: {'form-control': true, 'input-form': true, 'customClass': functionCallThatReturnsBoolean(someParam)}}"> </autocomplete>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great if we every avaliable option in the
classes
property could receive and object so that we can specify more than one simple class.Look at the property
:classes
int he following piece of code so you can see what I mean.<autocomplete url="http://localhost/proyek/goodmovie/api/api/v1/search" anchor="title" :classes="{input: {'form-control': true, 'input-form': true, 'customClass': functionCallThatReturnsBoolean(someParam)}}"> </autocomplete>
The text was updated successfully, but these errors were encountered: