Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inputvalue type error #1858

Merged
merged 4 commits into from
Nov 8, 2023
Merged

Fix inputvalue type error #1858

merged 4 commits into from
Nov 8, 2023

Conversation

mpscholten
Copy link
Member

Fixes #1013

It's now possible to pass IDs directly to HSX attributes. Previously it required calling `inptuValue` explicit before.

Old:
```haskell
<input value={inputValue project.id}/>
```

New:
```haskell
<input value={project.id}/>
```
@mpscholten mpscholten force-pushed the fix-inputvalue-type-error branch from 9e84741 to 979a577 Compare November 8, 2023 06:07
@mpscholten mpscholten merged commit a2b5658 into master Nov 8, 2023
2 checks passed
@mpscholten mpscholten deleted the fix-inputvalue-type-error branch November 8, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad Error Message when inputValue is missing
1 participant