-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Adding Lazy option and fix directives #88
Adding Lazy option and fix directives #88
Conversation
I merged this pull request in, but I stopped development of this feature until the following topics are checked:
If the new feature is delivered it should have:
@marcosgomesneto For it to work with |
Yes, for it to work with Naive UI, an "input" event needs to be emitted. In the next commit I will document, test and explain the functionality better. Thanks |
I believe it would be beneficial to introduce a new option, perhaps named 'emittedEventName,' with a default value of 'change' but allowing users to switch it to 'input.' What are your thoughts on this suggestion? |
Yes, I believe this suggestion is more comprehensive than what I had suggested, as the user can define the name of the event as they wish. I also agree with the naming so that it is very clear what 'emittedEventName' is about. |
Was it merged? I think it would solve the problems using UI libs. With the latest version it not seems to work |
closes #74
NaiveUI Working Example