82 lines
2 KiB
Markdown
82 lines
2 KiB
Markdown
---
|
||
name: "\U0001F64B♀️ Question"
|
||
about: Ask a question about Mithril.js
|
||
title: ''
|
||
labels: 'Type: Question'
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
<!-- Provide a general summary of your question in the "Title" above -->
|
||
<!--
|
||
Provide the exact version of Mithril.js you're experiencing these issues with. This
|
||
matters, even if it's really old like version 0.1.0.
|
||
-->
|
||
**Mithril.js version:**
|
||
|
||
<!--
|
||
Provide the name and version of both the browser and operating system you're
|
||
experiencing these issues with. If it's multiple, feel free to list multiple.
|
||
This matters, even if it's super ancient like IE 6 on Windows XP.
|
||
-->
|
||
**Browser and OS:**
|
||
|
||
<!--
|
||
Optional: Provide a link to your project, if it happens to be open source or if
|
||
you created a repo somewhere that we can look into further. If it's multiple
|
||
projects, feel free to list them all.
|
||
-->
|
||
**Project:**
|
||
|
||
## Code
|
||
<!--
|
||
What did you try? Please be specific here. If you'd prefer, replace this code
|
||
block with a link to a code playground like any of these:
|
||
|
||
- Flems <https://flems.io/mithril> (stores everything in URL hash)
|
||
- JSFiddle <https://jsfiddle.net>
|
||
- CodePen <https://codepen.io>
|
||
- JSBin <https://jsbin.com>
|
||
- Plunker <https://plnkr.co>
|
||
- Glitch <https://glitch.com> (supports backend)
|
||
- CodeSandbox <https://codesandbox.io> (supports backend)
|
||
|
||
Or if it's a remote development project on your own server, feel free to provide
|
||
that if it's serving unminified code we can look at.
|
||
-->
|
||
```javascript
|
||
// Code
|
||
```
|
||
|
||
## Expected Behavior
|
||
<!--
|
||
What did you expect to happen?
|
||
|
||
- An alert to pop up?
|
||
- A specific thing to be logged?
|
||
-->
|
||
|
||
## Current Behavior
|
||
<!--
|
||
What actually happened?
|
||
|
||
- The alert never showed?
|
||
- The wrong thing was logged?
|
||
-->
|
||
|
||
## Steps to Reproduce
|
||
<!--
|
||
What steps need to be taken to reproduce this behavior? Please include things
|
||
like specific data that need typed in, specific buttons that need clicked, and
|
||
so on.
|
||
-->
|
||
1.
|
||
2.
|
||
3.
|
||
4.
|
||
|
||
## Context
|
||
<!--
|
||
How is this issue affecting you? What are you trying to do? Providing us context
|
||
helps us reach a conclusion that best fits your particular needs.
|
||
-->
|