Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Editor & Inputs › What’s the recommended approach for Input in Vue? This topic has 1 reply, 2 voices, and was last updated 5 months, 2 weeks ago by Markov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 13, 2025 at 2:20 pm #112849 michaelsandersParticipant Can I use Smart.DateTimePicker with a REST API? What data-fetching libraries are compatible? August 13, 2025 at 2:25 pm #112854 MarkovKeymaster Hi, For example: <template> <smart-editor :value="content" @change="onChange"></smart-editor> <p>Editor content: {{ content }}</p> </template> <script> export default { data() { return { content: "<p>Hello World</p>" }; }, methods: { onChange(event) { this.content = event.detail.value; // Smart.Editor emits the new value here } } }; </script> Hope this helps. Best regards, Markov Smart UI Team https://www.htmlelements.com/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In