Document for observe
See original GitHub issueHi.
I have tour with two step.
one button if user onClick will open a modal and forcus to element in modal.
I saw example have observe
. i’m try config steps but not working.
<Tour type="abc" isOpen={this.state.showTours}
onRequestClose={() => this.setState({ showTours: false })}
steps={[
{
selector: '.add-widget',
'content': 'ahihi',
},
{
selector: '.add-widget',
'content': 'ahihi',
observe: '.new-widget'
},
]} />
Can you write an example of this problem?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
documentation - Observe, Inc.
Observe Documentation ¶ · About Queries and On-demand Acceleration · Data Ingestion · Observe Integrations · Observe Datasets and Time · Tutorial: Modeling...
Read more >document.observe - Prototype v1.7.3 API documentation
Listens for the given event over the entire document. Can also be used for listening to "dom:loaded" event. document.observe is the document-wide version...
Read more >Chapter 7: Observation and Documentation: The Key to ...
Observation and Documentation Dos and Don'ts · Note the date, time, setting, · Note the child (or children) involved · Record only the...
Read more >Observation and Documentation - Reggio Emilia - Weebly
Documentation can be written as in taking observation notes on what you observe the child doing, or through dictation as you transcribe what...
Read more >Preschool Foundations: Observe, Document, and Assess
Observation, documentation, and assessment are fundamental tools used to carefully monitor a child's development. The overall purpose is to help early care ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is my code in project
Selector
.new-widget
inside modalIf i click
.add-widget
modal open but tour step not focus to.new-widget
.Gif Image Project Run
same