wip: feat: dropdown menu for houseAge
input
#310
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
select
componentInputDropdown
componentCalculatorInput
houseAge
input inCalculatorInput
Why?
As according to designs
![image](https://private-user-images.githubusercontent.com/107874766/408195887-a5feab9f-7281-457e-839c-1f9def1925c0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODQxMTYsIm5iZiI6MTczOTI4MzgxNiwicGF0aCI6Ii8xMDc4NzQ3NjYvNDA4MTk1ODg3LWE1ZmVhYjlmLTcyODEtNDU3ZS04MzljLTFmOWRlZjE5MjVjMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDIzMzZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03YTNhYjY5YmE1MjI0MTI4YmNiMmRhNDY3ODY2NzMxMDA3NGViZWY0ZjUxNWVhMWMxNGFjYzQ1N2M3YWE5YjM1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ZktAcV1yczlCkDX0bm7gf8SviB188FZvdZPsSBGaZss)
Issues
The placeholder text isn't the right colour and I can't for the life of me figure out how to add the border that other input fields have!
![image](https://private-user-images.githubusercontent.com/107874766/408197194-561842cc-76e3-4ffe-b760-f933c2d1f1b5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODQxMTYsIm5iZiI6MTczOTI4MzgxNiwicGF0aCI6Ii8xMDc4NzQ3NjYvNDA4MTk3MTk0LTU2MTg0MmNjLTc2ZTMtNGZmZS1iNzYwLWY5MzNjMmQxZjFiNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDIzMzZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xNmY0Yjc4MjFiZjYzZjgwNzFlMTg1NzQ2ZDBlZDFlYTM3MmYyMzU4YTY1MGI3NWZlY2JlMTU4ZDJiMjBmODRkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.MVtQov_xC1BzU5MSzDMMegIJujwuxXhDzweDnsEtAsA)
I have tried adding the
inputfield-style
className toInputDropdown
in CalculatorInput; I have tried inspecting the element in browser and copying the styling from other input fields over intoSelectTrigger
to no avail.