Giter Site home page Giter Site logo

onchange about stf-vue-select HOT 3 CLOSED

stfalcon-studio avatar stfalcon-studio commented on May 14, 2024
onchange

from stf-vue-select.

Comments (3)

AndreySyagrovskiy avatar AndreySyagrovskiy commented on May 14, 2024

Hi @JohnRSim, It is just @input="onAddressFromChange"

from stf-vue-select.

JohnRSim avatar JohnRSim commented on May 14, 2024

like this?
I thought the @input was only for the search input -

I want to trigger a method when a user selects an item

					<stf-select v-model="jobType" style="width: 100%">
						<div slot="label">Job Filter</div>
						<div slot="value">
							<div v-if="jobType">
								<span>{{jobType.text}}</span>
							</div>
						</div>
						<section class="options delivery_order__options">
							<stf-select-option  
								v-for="item of job" :key="item.id"
								:value="item"
								@input="onFilter"
								:class="{'stf-select-option_selected': item.id === (jobType && jobType.id)}" 
							>
							<span>{{item.text}}</span>
							</stf-select-option>
						</section>
					</stf-select>

from stf-vue-select.

AndreySyagrovskiy avatar AndreySyagrovskiy commented on May 14, 2024

@JohnRSim Yep, it is right. You have own @input for search input.

from stf-vue-select.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.