issues
search
prismatic-io
/
spectral
Prismatic's typescript library for custom components
https://prismatic.io/docs/spectral/custom-component-library
35
stars
2
forks
source link
CNI - Input default, shown functionality and package name updates.
#236
Closed
jasoncomes
closed
4 months ago
jasoncomes
commented
4 months ago
Shown inputs with the value
false
need to be removed from perform interface and inputs declaration.
Inputs with a default value should always be optional, even if required is
true
.
Fix package name format issue, capitalize letters in package name are invalid and throws a warning.
false
need to be removed from perform interface and inputs declaration.true
.