Enable choosing the generation algorithm.
This commit is contained in:
parent
6f701f3b54
commit
804ce323bf
2 changed files with 7 additions and 2 deletions
|
@ -85,6 +85,11 @@ export default function InputForm({state, dispatch}) {
|
|||
disabled={state.loading}
|
||||
onChange={setId}
|
||||
/><br/>
|
||||
<label for="algorithm">Algorithmus:</label>
|
||||
<select id={"algorithm"}>
|
||||
<option>wilson</option>
|
||||
<option>random</option>
|
||||
</select><br/>
|
||||
<button type={"submit"}
|
||||
disabled={state.loading
|
||||
|| isNaN(width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue