Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

radio button schema mongoose

Schema = {
    name: {type: String},
    date: {type: Date},
    description: {type: String, possibleValues: ['blue','red','yellow','black']}
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #radio #button #schema #mongoose
ADD COMMENT
Topic
Name
3+6 =