Open jessegavin opened 7 years ago
Yes, yes, yes!! Please accept this pull request :)
@simplesmiler any thoughts on this PR?
@simplesmiler I'd also like this feature!
Does it allow to use it like this: v-focus.lazy.select="true"
?
@shepelevstas yes, that's how I have been using it.
I am building a UI for an app where users will want to quickly change number values in a table (like a spreadsheet). It would be much better in this case to have the entire contents of the input selected on focus.
This pull request adds an event modifier
v-focus.select='expression'
which does just that.