added in lookup mocks

This commit is contained in:
2021-07-09 11:48:51 +01:00
parent 1c0faf24ef
commit 83441496c7
26 changed files with 3344 additions and 2990 deletions
+1
View File
@@ -64,6 +64,7 @@ const Home = (props) => {
formXML={formXML}
whichSection={key}
sectionCount={sectionCount}
key={key}
/>
));
+8 -4
View File
@@ -36,6 +36,7 @@ const Home = (props) => {
/[\s\-\+\(\)\,]/g,
""
).toLowerCase()}
key={key}
>
{optionsObj[key].Label.LocalizedLabels[0].Label}
</option>
@@ -74,12 +75,15 @@ const Home = (props) => {
<h1>New Appeal</h1>
<form onSubmit={selectAppealType}>
<div class="govuk-form-group">
<label class="govuk-label" for="sort">
<div className="govuk-form-group">
<label
className="govuk-label"
htmlFor="sort"
>
Select an appeal Type
</label>
<select
class="govuk-select"
className="govuk-select"
id="appealTypes"
name="appealTypes"
onChange={handleParam(
@@ -90,7 +94,7 @@ const Home = (props) => {
</select>
</div>
<button
class="govuk-button"
className="govuk-button"
data-module="govuk-button"
>
Continue