allow all attributes for form ctrls #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marcuskammer/dev.metalisp.sbt#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hi again,
when i'm working with forms, i have repeatedly found myself having to implement my own form ctrls, because sbt doesn't allow me to specify all the attributes i need.
i have currently had to do:
i wonder if the
ctrl
function could have a rest parameter and allow for a plist of further attributes? or is there some other way you have found to handle this? i don't think sbt should prevent access to any (common) html attributes.i also had to implement my own form ctrl that contained a datalist for autocompletion. does sbt support that somehow?
Hi @martianh
thanks for your comment. You are right that some aspects about web forms are not yet available but should be. I don't know yet how a good interface could be to support attributes for form controls, but I will think about it.
A datalist is not yet available.
Cheers.