udash-core icon indicating copy to clipboard operation
udash-core copied to clipboard

Scala framework for building beautiful and maintainable web applications.

Results 52 udash-core issues
Sort by recently updated
recently updated
newest added

Follow-up from #282 ```scala val p = Property(2) val s = Property(3) div( produceWithNested(p.transform(_ + 1)) { case (v, nested) => div( nested(produce(s) { v2 => println((v, v2)) div().render })...

HTTP headers and query parameters can be repeated in HTTP request. Also, query parameter may be a flag without a value (e.g. `?flag`). Currently, REST framework is unable to handle...

enhancement
rest

## About this PR 📦 Updates * [org.eclipse.jetty:jetty-client](https://github.com/jetty/jetty.project) * [org.eclipse.jetty:jetty-rewrite](https://github.com/jetty/jetty.project) * [org.eclipse.jetty:jetty-server](https://github.com/jetty/jetty.project) from `10.0.19` to `12.0.5` ⚠ ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts...

## About this PR 📦 Updates [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from `2.7.10` to `3.0.4` ⚠ ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't...

## About this PR 📦 Updates [org.eclipse.jetty:jetty-servlet](https://github.com/jetty/jetty.project) from `10.0.21` to `11.0.21` ⚠ ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't...

## About this PR 📦 Updates [com.lihaoyi:upickle](https://github.com/com-lihaoyi/upickle) from `3.3.0` to `3.3.1` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/upickle/releases/tag/3.3.1) - [Release Notes](https://com-lihaoyi.github.io/upickle/#VersionHistory) - [Version Diff](https://github.com/com-lihaoyi/upickle/compare/3.3.0...3.3.1) ## Usage ✅ **Please merge!** I'll automatically update this...

My workaround to get input type="email" and other HTML inputs is right now to basically copy-paste all relevant code to my project and make the object myself... Is there a...