This repository was archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
added Feature: :disable Property #34
Open
stevenbuehner
wants to merge
1
commit into
alexurquhart:master
Choose a base branch
from
stevenbuehner:feature/add-disabled-prop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
added Feature: :disable Property #34
stevenbuehner
wants to merge
1
commit into
alexurquhart:master
from
stevenbuehner:feature/add-disabled-prop
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Any chance of this being merged? Need this feature |
jhalag
added a commit
to jhalag/vue-bootstrap-typeahead
that referenced
this pull request
Apr 16, 2019
jhalag
added a commit
to jhalag/vue-bootstrap-typeahead
that referenced
this pull request
Apr 16, 2019
For reference, other PR's merged previously: alexurquhart#47, alexurquhart#32, alexurquhart#29, alexurquhart#21
I need this feature too. Please can you merge it? |
is this feature is available now ? ? |
Hey, I'm looking to revive this project, but I haven't been able to track down the author. So, I've forked it over to here: https://github.com/mattzollinhofer/vue-typeahead-bootstrap. I'll try to take a look at this PR soon and see if I can get it merged as it seems like there's a number of folks who need this to be fixed and it follows spirit of integrating with bootstrap. |
An option is access to the input via $el, example:
|
@stevenbuehner: thanks again for this PR -- I just merged this into the new repo: mattzollinhofer/vue-typeahead-bootstrap@660f49a, I hope it's still helpful! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was missing the feature to disable the input-field itself. Most vue bootstrap components that are using input-fields contain a :disabled property.