hiren
hiren
Just an update!! RadixUI no longer recommends the above solution!! https://github.com/radix-ui/website/pull/714 What would be the recommendation now? My ShadCN button still does not show tooltip when disabled!
I can confirm this does not work on Safari. I can see the issue in the playground also. It seems ``` requestSubmit ``` is not supported in Safari at all....
Any idea when this would merge?
Well, I do not define the json schema. It is part of a cross-industry accepted format. [format example](https://raw.githubusercontent.com/abusix/xarf/master/schemas/3/xarf.schema.json) I need to build the a form where I can choose one...
True. That is exactly what I am planning to do. Keep the main title outside the schema. But this requires me to refactor an incoming schema that I do not...
@cdavernas is this really completed?
Eg for containers: ```yaml document: dsl: 1.0.0-alpha1 namespace: examples name: call-script-input-type-example version: 1.0.0-alpha1 do: - setInput: set: message: Hello World - runContainer: output: as: "${ fromjson }" input: as: ${...
Shell Example ```yaml document: dsl: 1.0.0 namespace: examples name: call-script-input-type-example version: 1.0.0-alpha1 do: - setInput: set: message: Hello World - runShell: input: from: ${ .message } run: shell: stdin: ${...
Updated the recommendation to add an `stdin` property to the `run:*` schema! Using transformed input may not be the best idea. I may want to use a property from transformed...
@ricardozanini id love to contribute! i will create a PR tomorrow. @cdavernas `run:workflow` should not have the arg structure. I feel for that the current structure should suffice. wdyt!