File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/nhsuk-frontend-review/src/examples Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 3030 <div class =" nhsuk-grid-row" >
3131 <div class =" nhsuk-grid-column-full" >
3232
33+ <form method =" post" novalidate >
34+ {% call fieldset ({
35+ legend : {
36+ text : " Search input" ,
37+ size : " m"
38+ }
39+ }) %}
40+ {{ searchInput ({
41+ label : {
42+ text : " Search patients by NHS number" ,
43+ classes : " nhsuk-u-visually-hidden"
44+ },
45+ placeholder : " NHS number" ,
46+ name : " example-search-1" ,
47+ id : " example-search-1" ,
48+ classes : " nhsuk-u-width-full" ,
49+ formGroup : {
50+ classes : " nhsuk-u-width-one-half"
51+ }
52+ }) }}
53+
54+ {{ searchInput ({
55+ label : {
56+ text : " Search patients by NHS number" ,
57+ classes : " nhsuk-u-visually-hidden"
58+ },
59+ placeholder : " NHS number" ,
60+ name : " example-search-2" ,
61+ id : " example-search-2" ,
62+ classes : " nhsuk-u-width-full" ,
63+ formGroup : {
64+ classes : " nhsuk-u-width-one-half"
65+ },
66+ button : {
67+ text : " Search"
68+ }
69+ }) }}
70+ {% endcall %}
71+ </form >
72+
3373 <form method =" post" novalidate >
3474 {% call fieldset ({
3575 legend : {
You can’t perform that action at this time.
0 commit comments