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

Binding API issues

Open ddworak opened this issue 5 years ago • 2 comments

  • showIfElse doesn't provide nested interceptor
  • repeat is usually used with a nested interceptor and produce
  • repeat without nested is the default which is not very common use case

ddworak avatar May 06 '20 11:05 ddworak

You may also consider showIfElse with by-name arguments.

Starzu avatar May 06 '20 12:05 Starzu

@Starzu we did https://github.com/UdashFramework/udash-core/blob/master/core/.js/src/main/scala/io/udash/bindings/Bindings.scala#L88 :D

ddworak avatar May 06 '20 12:05 ddworak