Posts by Marcos Ferreira • 1 point
2 posts
-
0
votes2
answers381
viewsA: Mongoose pre method, returns this as empty object
I don’t know if his friend solved the problem, but in case he didn’t, the problem is password: { type: String, required: true, select: false }, Instead of using the select: false, use select: true…
-
-2
votes4
answers62720
viewsA: How to style a "file" input?
This would be the best answer to your questions and the future doubts of others who pass through here, just like me... <style> input, label { display: block; }…