Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grew
grew_match
Commits
9978fc7d
Commit
9978fc7d
authored
Dec 13, 2020
by
Bruno Guillaume
Browse files
hide clustering2 (for future release)
parent
9b17ea24
Changes
1
Show whitespace changes
Inline
Side-by-side
run.html
View file @
9978fc7d
...
...
@@ -137,21 +137,22 @@
<div
id=
"app"
>
<div>
<b>
Clustering 1:
</b>
<input
type=
"radio"
value=
"no"
v-model=
"clust1"
>
<label>
No
</label>
<input
type=
"radio"
value=
"key"
v-model=
"clust1"
>
<label>
Key
</label>
<input
type=
"radio"
value=
"whether"
v-model=
"clust1"
>
<label>
Whether
</label>
<label>
<input
type=
"radio"
name=
"clust1"
value=
"no"
v-model=
"clust1"
>
No
</label>
<label>
<input
type=
"radio"
name=
"clust1"
value=
"key"
v-model=
"clust1"
>
Key
</label>
<label>
<input
type=
"radio"
name=
"clust1"
value=
"whether"
v-model=
"clust1"
>
Whether
</label>
</div>
<input
v-show=
"clust1=='key'"
type=
"entry"
id=
"clust1-key"
/>
<input
v-show=
"clust1=='key'"
v-model=
"clust1_key"
type=
"entry"
id=
"clust1-key"
/>
<div
v-show=
"clust1=='whether'"
>
<textarea
id=
"whether-input1"
></textarea>
<textarea
v-model=
"clust1_whether"
id=
"whether-input1"
></textarea>
</div>
<div
v-show=
"clust1 != 'no'"
>
<!-- <div v-show="clust1 != 'no'"> -->
<div
v-show=
"false"
>
<div>
<b>
Clustering 2:
</b>
<input
type=
"radio"
value=
"no"
v-model=
"clust2"
>
<label>
No
</label>
<input
type=
"radio"
value=
"key"
v-model=
"clust2"
>
<label>
Key
</label>
<input
type=
"radio"
value=
"whether"
v-model=
"clust2"
>
<label>
Whether
</label>
<label>
<input
type=
"radio"
name=
"clust2"
value=
"no"
v-model=
"clust2"
>
No
</label>
<label>
<input
type=
"radio"
name=
"clust2"
value=
"key"
v-model=
"clust2"
>
Key
</label>
<label>
<input
type=
"radio"
name=
"clust2"
value=
"whether"
v-model=
"clust2"
>
Whether
</label>
</div>
<input
v-show=
"clust2=='key'"
type=
"entry"
id=
"clust2-key"
/>
<div
v-show=
"clust2=='whether'"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment